|
Revision 6918, 481 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' 'Openwireless Bern' |
|---|
| 3 | option 'homepage' 'http://bern.openwireless.ch/' |
|---|
| 4 | option 'ssid' 'www.openwireless.ch' |
|---|
| 5 | option 'mesh_network' '10.247.0.0/16' |
|---|
| 6 | option 'splash_network' '10.104.0.0/16' |
|---|
| 7 | option 'splash_prefix' '27' |
|---|
| 8 | option 'latitude' '50.814788' |
|---|
| 9 | option 'longitude' '8.769239' |
|---|
| 10 | |
|---|
| 11 | config 'defaults' 'interface' |
|---|
| 12 | option 'dns' '208.67.222.222 208.67.220.220' |
|---|
| 13 | |
|---|
| 14 | config 'defaults' 'wifi_device' |
|---|
| 15 | option 'channel' '10' |
|---|
| 16 | option 'country' '756' |
|---|
| 17 | |
|---|
| 18 | |
|---|