Real peers needed for random port selection instead of remotes

This commit is contained in:
Franz Pletz
2015-09-07 22:43:37 +02:00
parent df2df80439
commit ea3ae61a74

View File

@@ -45,21 +45,31 @@
backbone = { backbone = {
limit = 1, limit = 1,
peers = { peers = {
gw03 = { --[[ fpletz ]] gw03_10000 = {
key = '4b856fca91077d08ea79f13e139c33b1d1a62e1566e0d447bbfd9cf640c74c41', key = '4b856fca91077d08ea79f13e139c33b1d1a62e1566e0d447bbfd9cf640c74c41',
remotes = { remotes = {
'ipv4 "gw03.ffmuc.net" port 10000', 'ipv4 "gw03.ffmuc.net" port 10000',
'ipv4 "gw03.ffmuc.net" port 10002',
'ipv4 "gw03.freifunk-muenchen.de" port 10000', 'ipv4 "gw03.freifunk-muenchen.de" port 10000',
},
},
gw03_10002 = {
key = '0c76609762e99e278f2112a09046970b9025aa768d0c30c27242491453579fe7',
remotes = {
'ipv4 "gw03.ffmuc.net" port 10002',
'ipv4 "gw03.freifunk-muenchen.de" port 10002', 'ipv4 "gw03.freifunk-muenchen.de" port 10002',
}, },
}, },
gw04 = { gw04_10000 = {
key = 'adee58f70829e6a03e568ca8273070b38c1b4cfe0beb69c53eea429646908126', key = 'adee58f70829e6a03e568ca8273070b38c1b4cfe0beb69c53eea429646908126',
remotes = { remotes = {
'ipv4 "gw04.ffmuc.net" port 10000', 'ipv4 "gw04.ffmuc.net" port 10000',
'ipv4 "gw04.ffmuc.net" port 10002',
'ipv4 "gw04.freifunk-muenchen.de" port 10000', 'ipv4 "gw04.freifunk-muenchen.de" port 10000',
},
},
gw04_10002 = {
key = 'e6f0f50d2fa155a078316b6e3acad4595adcf453b959f85f20070c68df328065',
remotes = {
'ipv4 "gw04.ffmuc.net" port 10002',
'ipv4 "gw04.freifunk-muenchen.de" port 10002', 'ipv4 "gw04.freifunk-muenchen.de" port 10002',
}, },
}, },