mirror of
https://github.com/vx3r/wg-gen-web.git
synced 2024-11-04 17:31:17 +00:00
7 lines
92 B
Bash
7 lines
92 B
Bash
|
SERVER=0.0.0.0
|
||
|
PORT=8080
|
||
|
GIN_MODE=debug
|
||
|
|
||
|
WG_CONF_DIR=./wireguard
|
||
|
WG_INTERFACE_NAME=wg0.conf
|