|
Revision 6918, 454 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' 'Kiberpipa.net' |
|---|
| 3 | option 'homepage' 'http://www.kiberpipa.net' |
|---|
| 4 | option 'ssid' 'open.kiberpipa.net' |
|---|
| 5 | option 'mesh_network' '10.14.0.0/16' |
|---|
| 6 | option 'splash_network' '10.14.128.0/17' |
|---|
| 7 | option 'splash_prefix' '27' |
|---|
| 8 | option 'latitude' '46.05063' |
|---|
| 9 | option 'longitude' '14.50402' |
|---|
| 10 | |
|---|
| 11 | config 'defaults' 'wifi_device' |
|---|
| 12 | option 'channel' '8' |
|---|
| 13 | |
|---|
| 14 | config 'defaults' 'interface' |
|---|
| 15 | option 'dns' '10.14.0.1 208.67.222.220 208.67.220.222' |
|---|