summaryrefslogtreecommitdiffstats
path: root/tests/testserver/danted/testdata/danted.conf
blob: bd0e6a8343c8ee7ac19c1ae857dc68cdc102f953 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# A sample danted.conf
# See: https://www.inet.no/dante/doc/1.4.x/config/
logoutput: /var/log/sockd.log
internal: eth0 port = 1080
external: eth0
method: username none
user.privileged: proxy
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
}