| 1234567891011121314151617 |
- # This is the net backend config file.
- ## net backend options
- # Timeout for the initial connection to saned. This will prevent the backend
- # from blocking for several minutes trying to connect to an unresponsive
- # saned host (network outage, host down, ...). Value in seconds.
- connect_timeout = 20
- ## saned hosts
- # Each line names a host to attach to.
- # If you list "localhost" then your backends can be accessed either
- # directly or through the net backend. Going through the net backend
- # may be necessary to access devices that need special privileges.
- localhost
- 192.168.1.123
- 192.168.1.101
- 192.168.1.0/24
|