mirror of
https://github.com/ffrgb/site-ffrgb.git
synced 2024-11-01 00:07:04 +01:00
Remove Legacy Config completely
This commit is contained in:
parent
8a80a9e8d4
commit
f0ce2d64f5
@ -1,106 +0,0 @@
|
|||||||
{
|
|
||||||
domain_names = { ffrgb = 'Legacy' },
|
|
||||||
domain_seed = 'c8951e3a104d55543da98ee732468ea121878e77c6d18cbcbefb5409c292601a',
|
|
||||||
hide_domain = true,
|
|
||||||
|
|
||||||
opkg = {
|
|
||||||
openwrt = 'http://downloads.openwrt.org/snapshots/packages/%A',
|
|
||||||
},
|
|
||||||
|
|
||||||
prefix4 = '10.90.0.0/19',
|
|
||||||
prefix6 = 'fdef:f00f:1337:cafe::/64',
|
|
||||||
|
|
||||||
ntp_servers = {'1.ntp.services.ffrgb','2.ntp.services.ffrgb'},
|
|
||||||
|
|
||||||
wifi24 = {
|
|
||||||
channel = 1,
|
|
||||||
ap = {
|
|
||||||
ssid = 'regensburg.freifunk.net',
|
|
||||||
},
|
|
||||||
ibss = {
|
|
||||||
ssid = 'mesh.ffrgb',
|
|
||||||
bssid = '02:0E:8E:1E:61:17',
|
|
||||||
mcast_rate = 12000,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
|
|
||||||
wifi5 = {
|
|
||||||
channel = 44,
|
|
||||||
ap = {
|
|
||||||
ssid = 'regensburg.freifunk.net',
|
|
||||||
},
|
|
||||||
ibss = {
|
|
||||||
ssid = 'mesh.ffrgb',
|
|
||||||
bssid = '02:0E:8E:1E:61:17',
|
|
||||||
mcast_rate = 12000,
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
dns = {
|
|
||||||
cacheentries = 500,
|
|
||||||
servers = { 'fdef:f00f:1337:cafe::11', },
|
|
||||||
},
|
|
||||||
|
|
||||||
next_node = {
|
|
||||||
name = { 'nextnode.ffrgb', 'nextnode', 'nn' },
|
|
||||||
ip4 = '10.90.0.1',
|
|
||||||
ip6 = 'fdef:f00f:1337:cafe::1',
|
|
||||||
mac = '16:41:95:40:f7:dd',
|
|
||||||
},
|
|
||||||
|
|
||||||
mesh = {
|
|
||||||
vxlan = false,
|
|
||||||
filter_membership_reports = false,
|
|
||||||
batman_adv = {
|
|
||||||
gw_sel_class = 1,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
|
|
||||||
mesh_vpn = {
|
|
||||||
mtu = 1426,
|
|
||||||
fastd = {
|
|
||||||
groups = {
|
|
||||||
backbone = {
|
|
||||||
limit = 2,
|
|
||||||
peers = {
|
|
||||||
gw01 = { --[[ sven ]]
|
|
||||||
key = '58c2ac30c4693e8fde59c3794ac4c09748ec6a969e9688c42e144f5382e16e66',
|
|
||||||
remotes = {
|
|
||||||
'ipv4 "78.47.168.108" port 10000',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
gw02 = { --[[ alamar ]]
|
|
||||||
key = 'aa87e56e1e4d54fc8f4bfac755216425916d188d6fafc6a66ff90272c6b64214',
|
|
||||||
remotes = {
|
|
||||||
'ipv4 "185.53.218.23" port 10000',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
gw04 = { --[[ mephisto ]]
|
|
||||||
key = '40ebfaf04da006d9150d3d8adeaab0dfa62ca645b416403537cb009bbf2125b5',
|
|
||||||
remotes = {
|
|
||||||
'ipv4 "213.166.225.5" port 10000',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
|
|
||||||
autoupdater = {
|
|
||||||
enabled = 1,
|
|
||||||
branches = {
|
|
||||||
stable = {
|
|
||||||
mirrors = {
|
|
||||||
'http://fw.services.ffrgb/firmware-ng/stable/sysupgrade/',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
experimental = {
|
|
||||||
mirrors = {
|
|
||||||
'http://fw.services.ffrgb/firmware-ng/experimental/sysupgrade/',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
|
||||||
-- vim: set ft=lua:ts=2:sw=2:et
|
|
Loading…
Reference in New Issue
Block a user