Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 18777e5f7c | |||
| b55129dfff | |||
| 26856ee1df | |||
| dd1d8d8d6b |
+2
-1
@@ -74,6 +74,7 @@ services:
|
||||
WG_HOST: dus3.the1s.de
|
||||
WG_PORT: "51830"
|
||||
WG_DEFAULT_DNS: "172.25.0.5"
|
||||
WG_ALLOWED_IPS: 172.25.0.0/24
|
||||
PORT: "80" # Web-UI Port
|
||||
PASSWORD_HASH: ${WIREGUARD_PASSWORD_HASH}
|
||||
volumes:
|
||||
@@ -81,7 +82,7 @@ services:
|
||||
- /lib/modules:/lib/modules:ro
|
||||
ports:
|
||||
- "51830:51830/udp"
|
||||
# - "51831:80/tcp" # only for short configuration access - remove in production - external: 51831 internal: 80
|
||||
# - "51831:80/tcp" # only for short configuration access - remove in production - external: 51831 internal: 80
|
||||
sysctls:
|
||||
- net.ipv4.ip_forward=1
|
||||
- net.ipv4.conf.all.src_valid_mark=1
|
||||
|
||||
Reference in New Issue
Block a user