Support for wireguard device name configuration in wg-ui userspace (#146)

* added wireguard device name configuration for both wireguard and wireguard-go

* fixed entrypoint to be /wg-go-ui.sh, fixed client ip range for ipaddr parsing

Co-authored-by: phil535 <loibl2@hotmail.com>
This commit is contained in:
phil535
2021-10-11 16:26:57 +02:00
committed by GitHub
parent 3f6d2407e3
commit 94013adb1d
3 changed files with 23 additions and 1 deletions
+1
View File
@@ -17,5 +17,6 @@ services:
# - WIREGUARD_UI_WG_DNS=192.168.10.0
- WIREGUARD_UI_NAT=true
- WIREGUARD_UI_NAT_DEVICE=eth0
# - WIREGUARD_UI_WG_DEVICE_NAME=wg0
restart: always