summaryrefslogtreecommitdiffstats
path: root/tests/testserver/danted/testdata/danted-authenticating.conf
blob: ccb4acc801f95938e6c788be1fe675b3a9d33f09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# A sample danted-authenticating.conf
# See: https://www.inet.no/dante/doc/1.4.x/config/
logoutput: /var/log/sockd-authenticating.log
internal: eth0 port = 1081
external: eth0
method: username
user.privileged: root
user.notprivileged: nobody
user.libwrap: nobody

client pass {
    from: 0.0.0.0/0 to: 0.0.0.0/0
    log: error connect disconnect
}

pass {
    from: 0.0.0.0/0 to: 0.0.0.0/0
    log: error connect disconnect
}