mirror of
https://github.com/dadevel/wg-netns
synced 2024-10-30 21:20:12 +00:00
da967b34d3
Resolves #18.
11 lines
295 B
Bash
11 lines
295 B
Bash
# network namespace name
|
|
WG_NAMESPACE=netns0
|
|
# local wireguard interface name
|
|
WG_INTERFACE=wg0
|
|
# server wireguard public key
|
|
WG_PEER=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
|
# server wireguard interface ip
|
|
WG_GATEWAY=192.168.100.1
|
|
# server dyndns domain
|
|
WG_ENDPOINT=vpn.dyndns.example:51820
|