Add wg default values

This commit is contained in:
billz 2021-02-23 23:19:33 +00:00
parent 9c2cd82562
commit 1fddf4270b
1 changed files with 7 additions and 0 deletions

View File

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