123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- {
- hostname_prefix = 'FF-DO',
- site_name = 'Freifunk Dortmund',
- site_code = 'ffdo',
- prefix4 = '10.233.0.0/16',
- prefix6 = '2a03:2260:50:5::/64',
- timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin
- ntp_servers = {'ntp.services.ffdo.de'},
- regdom = 'DE',
- opkg = {
- openwrt = 'http://downloads.openwrt.org/%n/%v/%S/packages',
- extra = {
- modules = 'http://update.services.ffdo.de/%GS/releases/%GR/modules/%S',
- },
- },
- wifi24 = {
- channel = 1,
- ap = {
- ssid = 'Freifunk',
- },
- ibss = {
- ssid = 'wifimesh-dortmund',
- bssid = '02:ff:d0:09:ff:01',
- mcast_rate = 12000,
- },
- },
- wifi5 = {
- channel = 44,
- ap = {
- ssid = 'Freifunk (5GHz)',
- },
- ibss = {
- ssid = 'wifimesh-dortmund5',
- bssid = '02:ff:d0:09:ff:02',
- mcast_rate = 12000,
- },
- },
- next_node = {
- ip4 = '10.233.254.254',
- ip6 = '2a03:2260:50:5::cafe',
- mac = '16:41:95:40:f7:dc',
- },
- fastd_mesh_vpn = {
- methods = {'salsa2012+umac'},
- mtu = 1280,
- groups = {
- ffdo = {
- limit = 1,
- peers = {
- do01100 = {
- key = '8a334499c905966d48b1cdb01d668b114b17cd6490ead54c6eb5e2d15c1852e4',
- remotes = {'"snode01-1.ffdo.de" port 10000'},
- },
- do01200 = {
- key = 'd2de261203853d14389d80ca004c98d6a67c244bfe4096b7a6f36a0a8484c55a',
- remotes = {'"snode01-2.ffdo.de" port 10000'},
- },
- do02100 = {
- key = '12b94258d16f864c863f7bab07a77514eddffe3ba01c9d4948bd84a192d28f42',
- remotes = {'"snode02-1.ffdo.de" port 10000'},
- },
- do02200 = {
- key = '2a0e055aa71e68f2caf09307e8f8c89c22ec36419fb38e089005cc40687e5187',
- remotes = {'"snode02-2.ffdo.de" port 10000'},
- },
- },
- },
- do01 = {
- limit = 0,
- peers = {},
- },
- do02 = {
- limit = 0,
- peers = {},
- },
- backbone = {
- limit = 0,
- peers = {},
- },
- },
- bandwidth_limit = {
- enabled = false,
- egress = 4000,
- ingress = 30000,
- },
- },
- autoupdater = {
- branch = 'stable',
- branches = {
- stable = {
- name = 'stable',
- mirrors = {'http://update.services.ffdo.de/ffdo/stable/images/sysupgrade'},
- probability = 0.08,
- good_signatures = 2,
- pubkeys = {
- '4b74a95381fdb8d4db0f69effde000befe8e58a14996a8f732213cc40627b7fe', -- Markus
- '64825ce2492cf99c51abcba32bd08bd8f880da58e606b3957159c78725d739ca', -- Till
- '497223af7ce512a31d7c282765951063d781f46f6e6a890faa3bf2e03fe2e19c', -- Torben
- '6274bc371973f6cedd6c63523388fda3a938df26a1cfbe91378c8c0a1bf6efca', -- Tim
- },
- },
- beta = {
- name = 'beta',
- mirrors = {'http://update.services.ffdo.de/ffdo/beta/images/sysupgrade'},
- probability = 0.08,
- good_signatures = 2,
- pubkeys = {
- '4b74a95381fdb8d4db0f69effde000befe8e58a14996a8f732213cc40627b7fe', -- Markus
- '64825ce2492cf99c51abcba32bd08bd8f880da58e606b3957159c78725d739ca', -- Till
- '497223af7ce512a31d7c282765951063d781f46f6e6a890faa3bf2e03fe2e19c', -- Torben
- '6274bc371973f6cedd6c63523388fda3a938df26a1cfbe91378c8c0a1bf6efca', -- Tim
- },
- },
- experimental = {
- name = 'experimental',
- mirrors = {'http://update.services.ffdo.de/ffdo/experimental/images/sysupgrade'},
- probability = 0.08,
- good_signatures = 1,
- pubkeys = {
- '4b74a95381fdb8d4db0f69effde000befe8e58a14996a8f732213cc40627b7fe', -- Markus
- '64825ce2492cf99c51abcba32bd08bd8f880da58e606b3957159c78725d739ca', -- Till
- '497223af7ce512a31d7c282765951063d781f46f6e6a890faa3bf2e03fe2e19c', -- Torben
- '6274bc371973f6cedd6c63523388fda3a938df26a1cfbe91378c8c0a1bf6efca', -- Tim
- },
- },
- },
- },
- }
|