blob: d315585858cb41f17d6c1f322c22e9a1fe20e8bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
config 'community' 'profile'
option 'name' 'Freifunk Augsburg'
option 'homepage' 'http://augsburg.freifunk.net'
option 'ssid' 'augsburg.freifunk.net'
option 'mesh_network' '10.11.0.0/18'
option 'splash_network' '10.104.0.0/16'
option 'latitude' '48.37071'
option 'longitude' '10.89475'
option 'suffix' 'ffa'
option 'splash_prefix' '27'
config 'defaults' 'interface'
option 'netmask' '255.255.192.0'
config 'defaults' 'bssidscheme'
option '1' '02:CA:FF:EE:BA:BE'
option '13' '13:CA:FF:EE:BA:BE'
|