Update wg placeholder values

This commit is contained in:
billz 2021-03-04 23:23:05 +00:00
parent 9beab1d2e7
commit 6b002e3d4c
1 changed files with 2 additions and 2 deletions

View File

@ -36,12 +36,12 @@
},
"wireguard": {
"server": {
"Address": [ "10.3.141.1/24" ],
"Address": [ "10.253.3.1/24" ],
"ListenPort": [ "51820" ],
"DNS": [ "10.3.141.1" ]
},
"peer": {
"Endpoint": [ "server ip:53" ],
"Endpoint": [ "10.253.3.1/24:51820" ],
"AllowedIPs": ["0.0.0.0/0"],
"PersistentKeepalive": [ "15" ]
}