diff options
Diffstat (limited to 'test/linuxserver/example_config/templates/peer.conf')
-rw-r--r-- | test/linuxserver/example_config/templates/peer.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/linuxserver/example_config/templates/peer.conf b/test/linuxserver/example_config/templates/peer.conf index cd6e3ae..525b2bd 100644 --- a/test/linuxserver/example_config/templates/peer.conf +++ b/test/linuxserver/example_config/templates/peer.conf @@ -1,11 +1,10 @@ [Interface] Address = ${CLIENT_IP} PrivateKey = $(cat /config/${PEER_ID}/privatekey-${PEER_ID}) -ListenPort = 51820 DNS = ${PEERDNS} [Peer] PublicKey = $(cat /config/server/publickey-server) PresharedKey = $(cat /config/${PEER_ID}/presharedkey-${PEER_ID}) Endpoint = ${SERVERURL}:${SERVERPORT} -AllowedIPs = ${ALLOWEDIPS}
\ No newline at end of file +AllowedIPs = ${ALLOWEDIPS} |