1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

Update wg endpoint default value

This commit is contained in:
billz 2021-03-04 23:54:21 +00:00
parent 0e89de2066
commit 18729edd1e

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" ]
}