1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-06-27 02:08:45 +08:00
NeoNetwork/vpn/wireguard.conf

15 lines
314 B
Plaintext
Raw Normal View History

2020-04-20 13:04:50 +08:00
[Interface]
2020-05-24 18:08:25 +08:00
Address = <Local IPv4>, <Local IPv6>
PostUp = /path/to/wg-postup.sh <Interface Name> <Local IPv4> <Peer IPv4> <Local IPv6> <Peer IPv6>
2020-04-20 13:04:50 +08:00
# Set MTU to 1412 if using PPP
#MTU = 1412
Table = off
ListenPort =
PrivateKey =
[Peer]
2020-05-24 18:08:25 +08:00
AllowedIPs = 0.0.0.0/0, ::0/0
2020-04-20 13:04:50 +08:00
PersistentKeepalive = 25
PublicKey =
Endpoint =