Code cleanup, update Endpoint default value

This commit is contained in:
billz
2021-03-07 19:06:53 +00:00
parent 7c1ef85bb8
commit 1e7438da23
6 changed files with 18 additions and 12 deletions

View File

@@ -44,7 +44,7 @@
},
"peer": {
"Address": [ "10.8.1.2/24" ],
"Endpoint": [ "10.8.2.1" ],
"Endpoint": [ "10.8.2.1:51820" ],
"ListenPort": [ "21841" ],
"AllowedIPs": ["10.8.2.0/24"],
"PersistentKeepalive": [ "15" ]