Update site.conf

This commit is contained in:
stebifan 2015-11-14 21:38:43 +01:00
parent 706049faa2
commit aefe423801

View File

@ -50,11 +50,19 @@
ip6 = 'fda0:747e:ab29:7405::1', ip6 = 'fda0:747e:ab29:7405::1',
mac = '04:74:05:d0:4f:aa', mac = '04:74:05:d0:4f:aa',
}, },
mesh = {
batman_adv = {
gw_sel_class = 3,
},
},
fastd_mesh_vpn = { fastd_mesh_vpn = {
methods = { methods = {
'null',
'salsa2012+umac', 'salsa2012+umac',
'salsa2012+gmac' 'salsa2012+gmac'
}, },
configurable = true,
enabled = true,
mtu = 1312, mtu = 1312,
groups = { groups = {
backbone = { backbone = {
@ -104,6 +112,11 @@
}, },
} }
}, },
bandwidth_limit = {
enabled = false,
egress = 200,
ingress = 3000,
},
}, },
autoupdater = { autoupdater = {
enabled = true, enabled = true,
@ -173,12 +186,4 @@
'service', 'service',
}, },
}, },
simple_tc = {
mesh_vpn = {
ifname = 'mesh-vpn',
enabled = false,
limit_egress = 300,
limit_ingress = 5000,
},
},
} }