1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-07-04 02:28:41 +08:00
NeoNetwork/vpn/wireguard.conf

15 lines
287 B
Plaintext
Raw Normal View History

2020-04-20 13:04:50 +08:00
[Interface]
Address = fe80::XXXX/64
2023-05-02 23:44:44 +08:00
PostUp = /path/to/wg-postup.sh %i <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 =