Update wg endpoint default value

This commit is contained in:
billz 2021-03-04 23:54:21 +00:00
parent 0e89de2066
commit 18729edd1e
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
"DNS": [ "10.3.141.1" ]
},
"peer": {
"Endpoint": [ "10.253.3.1/24:51820" ],
"Endpoint": [ "10.253.3.1:51820" ],
"AllowedIPs": ["0.0.0.0/0"],
"PersistentKeepalive": [ "15" ]
}