oidentd: Add default configuration.
[matthijs/servers/drsnuggles.git] / etc / oidentd.conf
1 # Configuration for oidentd
2 # see oidentd.conf(5)
3
4 default {
5         default {
6                 deny spoof
7                 deny spoof_all
8                 deny spoof_privport
9                 allow random
10                 allow random_numeric
11                 allow numeric
12                 deny hide
13         }
14 }
15
16 # you may want to hide root connections
17 #user "root" {
18 #       default {
19 #               force reply "UNKNOWN"
20 #       }
21 #}
22