Skip to content

Commit

Permalink
domains: remove legacy ffdon domains
Browse files Browse the repository at this point in the history
The legacy domains do not work with the wgkex broker and will make the
device unreachable if selected.
  • Loading branch information
grische committed Dec 5, 2023
1 parent ca103e1 commit 9406a90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
5 changes: 1 addition & 4 deletions domains/ffdon_mitte.conf
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
{
domain_names = {
ffdon_mitte = 'Freifunk Donau-Ries - Mitte',
ffdon_wemding = 'Freifunk Donau-Ries Wemding',
ffdon_monheim = 'Freifunk Donau-Ries Monheim',
ffdon_harburg = 'Freifunk Donau-Ries Harburg',
},
hide_domain = { 'ffdon_wemding', 'ffdon_monheim', 'ffdon_harburg' }, -- legacy domains, only used for migration

domain_seed = 'b9d58035a5a2256627a813ee9d10ebdbf53bbac562fddf240c28ed2becf4c0ec',

prefix4 = '10.86.128.0/21',
Expand Down
4 changes: 1 addition & 3 deletions domains/ffdon_nordwest.conf
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
domain_names = {
ffdon_nordwest = 'Freifunk Donau-Ries - Nordwest',
ffdon_noerdlingen = 'Freifunk Donau-Ries Noerdlingen',
ffdon_oettingen = 'Freifunk Donau-Ries Oettingen',
},
hide_domain = { 'ffdon_noerdlingen', 'ffdon_oettingen' }, -- legacy domains, only used for migration

domain_seed = '0cd943171cdc3afa3546a01dbbb48a6386fc871251f4e55f785e23bdbe3b31c4',

prefix4 = '10.86.136.0/21',
Expand Down
6 changes: 1 addition & 5 deletions domains/ffdon_sued.conf
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
{
domain_names = {
ffdon_sued = 'Freifunk Donau-Ries - Süd',
ffdon_donauwoerth = 'Freifunk Donau-Ries Donauwoerth',
ffdon_baeumenheim = 'Freifunk Donau-Ries Baeumenheim',
ffdon_rain = 'Freifunk Donau-Ries Rain',
ffdon_umland = 'Freifunk Donau-Ries Umland',
},
hide_domain = { 'ffdon_donauwoerth', 'ffdon_baeumenheim', 'ffdon_rain', 'ffdon_umland' }, -- legacy domains, only used for migration

domain_seed = '022be6c32c6ccd16744fbee39354451551c2a21b10b3331082e527d7a7705a7f',

prefix4 = '10.86.144.0/21',
Expand Down

0 comments on commit 9406a90

Please sign in to comment.