blob: 1bcdc198c0b06b60e3f0aff0dbc87f49455d8736 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
config 'smap_scannet' 'SIP_LAN'
option 'enable' '0'
option 'interface' 'lan'
option 'subnet' '192.168.99.0/24'
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'
|