Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 78 additions & 0 deletions domains/ffbachtal_bachtal.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
{
domain_names = {
ffbachtal_bachtal = 'Freifunk Bachtal - City'
},

domain_seed = '8b7b9a4c2d4c03f2fd29011ce077a33a2c579c582149bacd94e633140f81faf0',

prefix4 = '10.86.32.0/21',
prefix6 = 'fd62:f45c:4d09:184::/64',

extra_prefixes6 = {
'2001:678:e68:184::/64',
'2001:678:ed0:184::/64',
},

wifi24 = {
ap = {
ssid = 'bachtal.freifunk.net',
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this the final SSID we want?
If so, we should request a redirect for the domain.

},
mesh = {
id = 'bachtal-city-mesh',
},
},

wifi5 = {
ap = {
ssid = 'bachtal.freifunk.net'
},
mesh = {
id = 'bachtal-city-mesh',
},
},

dns = {
servers = {
'2001:678:e68:ff00::3',
'2001:678:e68:ff00::4',
},
},

next_node = {
name = { 'next.node' },
ip4 = '10.86.32.1',
ip6 = 'fd62:f45c:4d09:184::1',
},

mesh_vpn = {
wireguard = {
enabled = true,
iface = 'wg_mesh_vpn',
mtu = 1406,
broker = 'broker.ffmuc.net',
loadbalancing = 'on-by-default',
peers = {
{
publickey ='TszFS3oFRdhsJP3K0VOlklGMGYZy+oFCtlaghXJqW2g=',
endpoint ='gw04.ext.ffmuc.net:40184',
link_address='fe80::27c:16ff:fec0:6c74',
},
{
publickey ='igyqOmWiz4EZxPG8ZzU537MnHhaqlwfa7HarB3KmnEg=',
endpoint ='gw05.ext.ffmuc.net:40184',
link_address='fe80::281:8eff:fef0:73aa',
},
{
publickey ='pkRaUOoLuuHnUt9BEGeKrhF3OMYBPecc0iYkika6uhE=',
endpoint ='gw06.ext.ffmuc.net:40184',
link_address='fe80::2a2:e4ff:fef9:2269',
},
{
publickey ='PcKkakZcTEx3LKh+G06Opb8/esg08aWK33A5/Ff1YXE=',
endpoint ='gw07.ext.ffmuc.net:40184',
link_address='fe80::23b:d2ff:fe95:967f',
},
},
},
},
}
Loading