Skip to content
Draft
Changes from 3 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_city.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
{
domain_names = {
ffbachtal_city = 'Freifunk Bachtal - City'
Comment thread
T0biii marked this conversation as resolved.
Outdated
},

domain_seed = '8b7b9a4c2d4c03f2fd29011ce077a33a2c579c582149bacd94e633140f81faf0',

prefix4 = '10.86.0.0/21',
prefix6 = 'fd62:f45c:4d09:180::/64',

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

wifi24 = {
ap = {
ssid = 'bachtal.freifunk.net',
},
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.0.1',
ip6 = 'fd62:f45c:4d09:180::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:40180',
link_address='fe80::27c:16ff:fec0:6c74',
},
{
publickey ='igyqOmWiz4EZxPG8ZzU537MnHhaqlwfa7HarB3KmnEg=',
endpoint ='gw05.ext.ffmuc.net:40180',
link_address='fe80::281:8eff:fef0:73aa',
},
{
publickey ='pkRaUOoLuuHnUt9BEGeKrhF3OMYBPecc0iYkika6uhE=',
endpoint ='gw06.ext.ffmuc.net:40180',
link_address='fe80::2a2:e4ff:fef9:2269',
},
{
publickey ='PcKkakZcTEx3LKh+G06Opb8/esg08aWK33A5/Ff1YXE=',
endpoint ='gw07.ext.ffmuc.net:40180',
link_address='fe80::23b:d2ff:fe95:967f',
},
},
},
},
}
Loading