oidentd: Add default configuration.
[matthijs/servers/drsnuggles.git] / etc / oidentd.conf
diff --git a/etc/oidentd.conf b/etc/oidentd.conf
new file mode 100644 (file)
index 0000000..03b28d8
--- /dev/null
@@ -0,0 +1,22 @@
+# Configuration for oidentd
+# see oidentd.conf(5)
+# 
+default {
+       default {
+               deny spoof
+               deny spoof_all
+               deny spoof_privport
+               allow random
+               allow random_numeric
+               allow numeric
+               deny hide
+       }
+}
+
+# you may want to hide root connections
+#user "root" {
+#      default {
+#              force reply "UNKNOWN"
+#      }
+#}
+