mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Update wg placeholder values
This commit is contained in:
parent
9beab1d2e7
commit
6b002e3d4c
@ -36,12 +36,12 @@
|
|||||||
},
|
},
|
||||||
"wireguard": {
|
"wireguard": {
|
||||||
"server": {
|
"server": {
|
||||||
"Address": [ "10.3.141.1/24" ],
|
"Address": [ "10.253.3.1/24" ],
|
||||||
"ListenPort": [ "51820" ],
|
"ListenPort": [ "51820" ],
|
||||||
"DNS": [ "10.3.141.1" ]
|
"DNS": [ "10.3.141.1" ]
|
||||||
},
|
},
|
||||||
"peer": {
|
"peer": {
|
||||||
"Endpoint": [ "server ip:53" ],
|
"Endpoint": [ "10.253.3.1/24:51820" ],
|
||||||
"AllowedIPs": ["0.0.0.0/0"],
|
"AllowedIPs": ["0.0.0.0/0"],
|
||||||
"PersistentKeepalive": [ "15" ]
|
"PersistentKeepalive": [ "15" ]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user