1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-06-29 17:18:41 +08:00
NeoNetwork/vpn/wireguard.conf

17 lines
328 B
Plaintext
Raw Normal View History

2020-04-20 13:04:50 +08:00
[Interface]
2020-05-11 17:33:01 +08:00
Address = 10.127.x.x/32, fd80::/32
PostUp = /path/to/wg-postup.sh <Interface Name> 10.127.x.x/32 <Peer> fd80::/32 <Peer IPv6>
2020-04-20 13:04:50 +08:00
# Custom DNS
#DNS = 127.0.0.1
# Set MTU to 1412 if using PPP
#MTU = 1412
Table = off
ListenPort =
PrivateKey =
[Peer]
AllowedIPs = 0.0.0.0/0
PersistentKeepalive = 25
PublicKey =
Endpoint =