Skip to content

Instantly share code, notes, and snippets.

@mattiZed
Created September 12, 2016 17:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattiZed/78d4d0d21c035c73efdff4f1af2040f6 to your computer and use it in GitHub Desktop.
Save mattiZed/78d4d0d21c035c73efdff4f1af2040f6 to your computer and use it in GitHub Desktop.
oidentd base config
# 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