mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-08-18 18:12:23 +00:00
Fixing a bug where DNS_IP could not be determined
This commit is contained in:
parent
71920a212b
commit
2b4d74add8
@ -13,6 +13,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
nano \
|
nano \
|
||||||
vim-nox \
|
vim-nox \
|
||||||
openssl \
|
openssl \
|
||||||
|
bind9-host \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# those are the really necessary packages
|
# those are the really necessary packages
|
||||||
|
@ -30,6 +30,8 @@ services:
|
|||||||
- net.ipv4.conf.all.src_valid_mark=1
|
- net.ipv4.conf.all.src_valid_mark=1
|
||||||
- net.ipv4.ip_forward=1
|
- net.ipv4.ip_forward=1
|
||||||
command: /bin/bash /app/init.sh
|
command: /bin/bash /app/init.sh
|
||||||
|
depends_on:
|
||||||
|
- wireguard-webadmin-dns
|
||||||
|
|
||||||
wireguard-webadmin-cron:
|
wireguard-webadmin-cron:
|
||||||
container_name: wireguard-webadmin-cron
|
container_name: wireguard-webadmin-cron
|
||||||
|
@ -27,6 +27,8 @@ services:
|
|||||||
- net.ipv4.conf.all.src_valid_mark=1
|
- net.ipv4.conf.all.src_valid_mark=1
|
||||||
- net.ipv4.ip_forward=1
|
- net.ipv4.ip_forward=1
|
||||||
command: /bin/bash /app/init.sh
|
command: /bin/bash /app/init.sh
|
||||||
|
depends_on:
|
||||||
|
- wireguard-webadmin-dns
|
||||||
|
|
||||||
wireguard-webadmin-cron:
|
wireguard-webadmin-cron:
|
||||||
container_name: wireguard-webadmin-cron
|
container_name: wireguard-webadmin-cron
|
||||||
|
@ -27,6 +27,8 @@ services:
|
|||||||
- net.ipv4.conf.all.src_valid_mark=1
|
- net.ipv4.conf.all.src_valid_mark=1
|
||||||
- net.ipv4.ip_forward=1
|
- net.ipv4.ip_forward=1
|
||||||
command: /bin/bash /app/init.sh
|
command: /bin/bash /app/init.sh
|
||||||
|
depends_on:
|
||||||
|
- wireguard-webadmin-dns
|
||||||
|
|
||||||
wireguard-webadmin-cron:
|
wireguard-webadmin-cron:
|
||||||
container_name: wireguard-webadmin-cron
|
container_name: wireguard-webadmin-cron
|
||||||
|
Loading…
x
Reference in New Issue
Block a user