aboutsummaryrefslogtreecommitdiff
path: root/templates/sane.d/net.conf.erb
blob: 479a66465c3c7c80edff369fb286a2ab352c8a44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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 = 15

## 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
<%= @server %>