Skip to content

Commit

Permalink
Configure domain for new supernode
Browse files Browse the repository at this point in the history
  • Loading branch information
mraerino committed Aug 24, 2024
1 parent cc2747c commit 5b16ac3
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
52 changes: 52 additions & 0 deletions domains/experimental.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
domain_names = { legacy = 'Experimental Düsseldorf' },
domain_seed = '67f96a30ec29fe1125c3d5844801d681497d1cbdb8eb921759072dfb50ff3fbe',
hide_domain = false,

prefix4 = '10.12.0.0/16',
prefix6 = 'fd00:ffdd::/64',
extra_prefixes6 = {},

wifi24 = {
ap = {
ssid = 'Freifunk',
channel = 11,
},
mesh = {
id = 'mesh-ddorf',
},
},
wifi5 = {
ap = {
ssid = 'Freifunk',
channel = 44,
},
mesh = {
id = 'mesh-ddorf5',
},
},
next_node = {
ip4 = '10.12.255.254',
ip6 = 'fd00:ffdd::ffff',
mac = '16:41:95:40:f7:dc',
},
mesh_vpn = {
fastd = {
mtu = 1364,
methods = {'null@l2tp'},
groups = {
backbone = {
peers = {
supernode-dev-0 = {
key = '8a486f7b27324cd41761636e40b3bb6e9c1b183588cc997af93c593fb15d4667',
remotes = {
'ipv4 "45.151.166.57" port 10000',
'ipv6 "2001:678:b7c:205:be24:11ff:fecc:2bc3" port 10000'
},
},
},
},
},
}
},
}
1 change: 1 addition & 0 deletions site.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ GLUON_FEATURES := \
ebtables-source-filter \
mesh-batman-adv-15 \
mesh-vpn-tunneldigger \
mesh-vpn-fastd \
respondd \
status-page \
web-advanced \
Expand Down

0 comments on commit 5b16ac3

Please sign in to comment.