summaryrefslogtreecommitdiffhomepage
path: root/contrib/uci/hostfiles/etc/config/luci_devinfo
blob: a8ab3ee7cc8c119d6c7114abc4124ecb1bf2f406 (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
27
28
29
config 'smap_scannet' 'SIP_LAN'
        option 'enable' '0'
	option 'interface' 'lan'
	option 'subnet' '192.168.99.0/24'
	option 'ports'	'5060'
	option 'timeout' '10'
	option 'repeat_count' '1'
	option 'sleepreq' '100'
	
config 'smap_scannet' 'SIP_WAN'
        option 'enable' '0'
	option 'interface' 'wan'
	option 'subnet' '216.218.0.0/16'

config 'netdiscover_scannet' 'SCAN_LAN'
        option 'enable' '0'
	option 'interface' 'lan'
	option 'subnet' '192.168.99.0/24'
	
config 'netdiscover_scannet' 'SCAN_WAN'
        option 'enable' '0'
	option 'interface' 'wan'
	option 'subnet' '216.218.0.0/16'
	option 'ports'	'5060'
	option 'timeout' '10'
	option 'repeat_count' '1'
	option 'sleepreq' '100'