Update site.conf

This commit is contained in:
Andreas Hubel
2014-10-08 14:45:57 +02:00
parent 780572c602
commit 82d1dda83c

View File

@@ -120,14 +120,15 @@
backbone = { backbone = {
limit = 2, limit = 2,
peers = { peers = {
vpn_gw01 = { --[[ VPN Server von frnk (Island greencloud) ]] vpn_gw01 = { --[[ VPN Server von Ole (netcap) ]]
key = 'fd0b9a4a2f5117b2cc187e80e3656b1da854dd1bcbc17680833cc6824b3c4101',
remotes = {'ipv4 "46.149.17.144" port 10000'},
},
vpn_gw02 = { --[[ VPN Server von Ole (netcap) ]]
key = '0ac59c349980993c99e74e1c5242c39cdd7282fbab0b9575b35762993df510f3', key = '0ac59c349980993c99e74e1c5242c39cdd7282fbab0b9575b35762993df510f3',
remotes = {'ipv4 "37.120.168.150" port 10000'}, remotes = {'ipv4 "37.120.168.150" port 10000'},
}, },
vpn_gw02 = { --[[ VPN Server von frnk (Island greencloud) ]]
key = 'fd0b9a4a2f5117b2cc187e80e3656b1da854dd1bcbc17680833cc6824b3c4101',
remotes = {'ipv4 "46.149.17.144" port 10000'},
},
}, },
}, },
}, },
@@ -193,7 +194,7 @@ autoupdater = {
ifname = 'mesh-vpn', ifname = 'mesh-vpn',
enabled = false, enabled = false,
limit_egress = 200, limit_egress = 200,
limit_ingress = 3000, limit_ingress = 3000,g
}, },
}, },