Skip to content

Commit

Permalink
domains: update ffwert domains with new IP ranges
Browse files Browse the repository at this point in the history
(cherry picked from commit 8c00a0e)
  • Loading branch information
grische authored and github-actions[bot] committed Nov 7, 2023
1 parent 4bff2a9 commit 4429d5d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions domains/ffwert_city.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

domain_seed = 'ef14c53a30580124e31a1824294b11c16a5e0a0fd083d226e8527f471a3583c3',

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

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

wifi24 = {
Expand Down Expand Up @@ -41,8 +41,8 @@

next_node = {
name = { 'next.node' },
ip4 = '10.80.232.1',
ip6 = 'fd62:f45c:4d09:10d::1',
ip4 = '10.86.0.1',
ip6 = 'fd62:f45c:4d09:180::1',
},

mesh_vpn = {
Expand Down
12 changes: 6 additions & 6 deletions domains/ffwert_events.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

domain_seed = '617c853fbb7242936dbe410f9a828dca5b6f96e85f42e42808a39b21e002db93',

prefix4 = '10.80.240.0/21',
prefix6 = 'fd62:f45c:4d09:10e::/64',
prefix4 = '10.86.8.0/21',
prefix6 = 'fd62:f45c:4d09:181::/64',

extra_prefixes6 = {
'2001:678:e68:10e::/64',
'2001:678:ed0:10e::/64',
'2001:678:e68:181::/64',
'2001:678:ed0:181::/64',
},

wifi24 = {
Expand Down Expand Up @@ -41,8 +41,8 @@

next_node = {
name = { 'next.node' },
ip4 = '10.80.240.1',
ip6 = 'fd62:f45c:4d09:10e::1',
ip4 = '10.86.8.1',
ip6 = 'fd62:f45c:4d09:181::1',
},

mesh_vpn = {
Expand Down

0 comments on commit 4429d5d

Please sign in to comment.