diff options
Diffstat (limited to 'backend/net.conf.in')
-rw-r--r-- | backend/net.conf.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/backend/net.conf.in b/backend/net.conf.in new file mode 100644 index 0000000..f55f29c --- /dev/null +++ b/backend/net.conf.in @@ -0,0 +1,14 @@ +# 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 = 60 + +## 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 |