diff options
author | Steven Barth <steven@midlink.org> | 2010-04-12 14:03:57 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2010-04-12 14:03:57 +0000 |
commit | c8d6a460bd23e4d364603297f48d5d812ea0148d (patch) | |
tree | 3469db76d9d13211eea0d523e52d068741cb3ae5 /modules | |
parent | 242bb719736b9c51dad4dc585a1fe1abf431ee2a (diff) |
Add Freifunk {Heppen,Bens}heim as requested by Marcus Raphael Bickel
Diffstat (limited to 'modules')
-rw-r--r-- | modules/freifunk/root/etc/config/freifunk | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/modules/freifunk/root/etc/config/freifunk b/modules/freifunk/root/etc/config/freifunk index d35d6bcfc..7876e3a71 100644 --- a/modules/freifunk/root/etc/config/freifunk +++ b/modules/freifunk/root/etc/config/freifunk @@ -221,3 +221,19 @@ config 'community' 'wlanljubljana' option 'splash_prefix' '27' option 'external' 'freifunk_wlanljubljana' +config 'community' 'heppenheim' + option 'name' 'Freifunk Heppenheim' + option 'homepage' 'http://heppenheim.freifunk.net' + option 'ssid' 'heppenheim.freifunk.net' + option 'mesh_network' '10.48.0.0/16' + option 'splash_network' '10.104.0.0/16' + option 'splash_prefix' '27' + +config 'community' 'bensheim' + option 'name' 'Freifunk Bensheim' + option 'homepage' 'http://bensheim.freifunk.net' + option 'ssid' 'bensheim.freifunk.net' + option 'mesh_network' '10.49.0.0/16' + option 'splash_network' '10.104.0.0/16' + option 'splash_prefix' '27' + |