summaryrefslogtreecommitdiffhomepage
path: root/core/contrib/uci/freifunk
blob: aba12e63679dd7399c135509540fbaa2fa56511d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
config public contact
		option nickname
		option name
		option mail
		option phone
		option location
		option geo
		option note
		
config public community
		option name		"Freifunk Halle"
		option homepage http://halle.freifunk.net
		option essid	halle.freifunk.net
		option bssid	02:CA:FF:EE:BA:BE
		option realm	netz.freifunk-halle.net
		option channel	1
		option net		104.0.0.0
		option mask		255.0.0.0
		option dhcp		10.0.0.0
		option dhcpmask 255.255.255.0
		option dns		"88.198.178.18 141.54.1.1 212.204.49.83 208.67.220.220 208.67.222.222"
		
config settings routing
		option internal	0
		option internet	0