diff options
Diffstat (limited to 'testing/oidentd/oidentd.conf')
-rw-r--r-- | testing/oidentd/oidentd.conf | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/testing/oidentd/oidentd.conf b/testing/oidentd/oidentd.conf new file mode 100644 index 000000000..03b28d827 --- /dev/null +++ b/testing/oidentd/oidentd.conf @@ -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" +# } +#} + |