mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 23:20:22 +00:00
Add wg default values
This commit is contained in:
parent
9c2cd82562
commit
1fddf4270b
1 changed files with 7 additions and 0 deletions
|
@ -33,6 +33,13 @@
|
|||
"uap0": {
|
||||
"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 a new issue