mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Add wg default values
This commit is contained in:
parent
9c2cd82562
commit
1fddf4270b
@ -33,6 +33,13 @@
|
|||||||
"uap0": {
|
"uap0": {
|
||||||
"dhcp-range": [ "192.168.50.50,192.168.50.150,12h" ]
|
"dhcp-range": [ "192.168.50.50,192.168.50.150,12h" ]
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"wireguard": {
|
||||||
|
"interface": {
|
||||||
|
"address": [ "10.3.141.1/24" ],
|
||||||
|
"listenport": [ "51820" ],
|
||||||
|
"dns": [ "10.3.141.1" ]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user