contrib/community-profiles: Update Weinstadt und Reihen (add dns option), whitespace...
authorManuel Munz <freifunk@somakoma.de>
Thu, 30 May 2013 14:44:37 +0000 (14:44 +0000)
committerManuel Munz <freifunk@somakoma.de>
Thu, 30 May 2013 14:44:37 +0000 (14:44 +0000)
contrib/package/community-profiles/files/etc/config/profile_reihen
contrib/package/community-profiles/files/etc/config/profile_weinstadt

index cdabe72..e978d37 100644 (file)
@@ -1,19 +1,20 @@
 config 'community' 'profile'
-        option 'name' 'Freifunk Reihen'
-        option 'homepage' 'http://freifunk.reihen.de'
-        option 'ssid' 'freifunk.reihen.de'
-        option 'mesh_network' '172.23.0.0/16'
-        option 'splash_network' '172.23.26.0/29'
-        option 'latitude' '49.21'
-        option 'longitude' '8.91'
-        option 'splash_prefix' '29'
+       option 'name' 'Freifunk Reihen'
+       option 'homepage' 'http://freifunk.reihen.de'
+       option 'ssid' 'freifunk.reihen.de'
+       option 'mesh_network' '172.23.0.0/16'
+       option 'splash_network' '172.23.26.0/29'
+       option 'latitude' '49.21'
+       option 'longitude' '8.91'
+       option 'splash_prefix' '29'
 
 config 'defaults' 'interface'
-        option 'netmask' '255.255.0.0'
+       option 'netmask' '255.255.0.0'
+       option 'dns' '172.23.25.204 172.23.31.237 141.1.1.1'
 
 config 'defaults' 'wifi_device'
        option 'channel' '13'
        option 'bssid' '02:07:04:08:08:09'
 
 config 'defaults' 'bssidscheme'
-        option '13'      '02:07:04:08:08:09'
+       option '13'      '02:07:04:08:08:09'
index 73e2ec6..49a42fa 100644 (file)
@@ -1,16 +1,19 @@
 config 'community' 'profile'
-        option 'name' 'Freifunk Weinstadt'
-        option 'homepage' 'http://freifunk-weinstadt.de'
-        option 'ssid' 'freifunk-weinstadt'
-        option 'mesh_network' '172.21.0.0/16'
-        option 'splash_network' '172.21.85.0/30'
-        option 'latitude' '48.81'
-        option 'longitude' '9.39'
-        option 'splash_prefix' '30'
+       option 'name' 'Freifunk Weinstadt'
+       option 'homepage' 'http://freifunk-weinstadt.de'
+       option 'ssid' 'freifunk-weinstadt'
+       option 'mesh_network' '172.21.0.0/16'
+       option 'splash_network' '172.21.85.0/30'
+       option 'latitude' '48.81'
+       option 'longitude' '9.39'
+       option 'splash_prefix' '30'
 
 config 'defaults' 'wifi_device'
        option 'channel' '13'
        option 'bssid' '02:07:01:03:08:04'
 
 config 'defaults' 'bssidscheme'
-        option '13'      '02:07:01:03:08:04'
+       option '13'      '02:07:01:03:08:04'
+
+config 'defaults' 'interface'
+       option 'dns' '172.21.77.4 172.21.84.235 141.1.1.1'