mirror of
https://github.com/ffrgb/site-ffrgb.git
synced 2024-11-13 06:35:24 +01:00
Added Domainconfig to Test-gw
This commit is contained in:
parent
13aa07b07a
commit
24a8d6dff9
@ -54,6 +54,18 @@
|
||||
|
||||
mesh_vpn = {
|
||||
mtu = 1312,
|
||||
wireguard = {
|
||||
enabled = 'true',
|
||||
iface = 'wg_mesh_vpn',
|
||||
limit = '1', -- actually unused
|
||||
peers = {
|
||||
{
|
||||
publickey ='SfVwYUjy2b9AZ+R/JTwmLXz5jm1UEmnfuRMGpN9B4X4=',
|
||||
endpoint ='gw31.ffrgb.net:40001',
|
||||
link_address='fdef:f30f:2342:cafe::31',
|
||||
},
|
||||
},
|
||||
},
|
||||
fastd = {
|
||||
groups = {
|
||||
backbone = {
|
||||
|
Loading…
Reference in New Issue
Block a user