|
Revision 6918, 389 bytes
(checked in by soma, 2 years ago)
|
|
modules/freifunk: Change default netmask to 255.255.0.0, change non-working dns, show error when user tries to edit profiles but there is no profile set yet
|
| Line | |
|---|
| 1 | config 'community' 'profile' |
|---|
| 2 | option 'name' 'Freifunk Marburg' |
|---|
| 3 | option 'homepage' ' http://marburg.freifunk.de' |
|---|
| 4 | option 'ssid' 'marburg.freifunk.net' |
|---|
| 5 | option 'mesh_network' '10.128.0.0/16' |
|---|
| 6 | option 'splash_network' '10.104.0.0/16' |
|---|
| 7 | option 'splash_prefix' '29' |
|---|
| 8 | option 'latitude' '49.63939' |
|---|
| 9 | option 'longitude' '8.633718' |
|---|
| 10 | |
|---|
| 11 | config 'defaults' 'interface' |
|---|
| 12 | option 'dns' '8.8.8.8 212.204.49.83' |
|---|