Created
September 12, 2016 17:26
-
-
Save mattiZed/78d4d0d21c035c73efdff4f1af2040f6 to your computer and use it in GitHub Desktop.
oidentd base config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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" | |
} | |
} | |
user "qlserver" { | |
default { | |
allow spoof | |
allow spoof_all | |
allow random | |
allow hide | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment