e
This commit is contained in:
@@ -66,6 +66,8 @@ services:
|
||||
- ALLOWEDIPS=172.25.0.0/24
|
||||
- PERSISTENTKEEPALIVE_PEERS=25
|
||||
- LOG_CONFS=true
|
||||
- POST_UP=iptables -t nat -A POSTROUTING -s 10.13.13.0/24 -o eth0 -j MASQUERADE
|
||||
- POST_DOWN=iptables -t nat -D POSTROUTING -s 10.13.13.0/24 -o eth0 -j MASQUERADE
|
||||
volumes:
|
||||
- ./wireguard-config:/config
|
||||
- /lib/modules:/lib/modules
|
||||
|
||||
Reference in New Issue
Block a user