Template_Config_Files/Wireguard/server-name.conf

10 lines
172 B
Plaintext
Raw Normal View History

2022-11-27 22:16:12 +00:00
[Interface]
PrivateKey = CLIENT_KEY
Address = CLIENT/IP
[Peer]
2022-11-27 22:17:24 +00:00
# SERVER_NAME
2022-11-27 22:16:12 +00:00
PublicKey = SERVER_KEY
Endpoint = SERVER_IP:PORT
AllowedIPs = CLIENT, ACCESSABLE, IP/s