etc: add oidentd.conf

This file is not shipped on Arch.
This commit is contained in:
Aminda Suomalainen 2015-04-22 22:27:24 +03:00
parent 3b976e3cd4
commit 146738e147
1 changed files with 34 additions and 0 deletions

34
etc/oidentd.conf Normal file
View File

@ -0,0 +1,34 @@
# Oidentd.conf allowing everything and giving random responses when
# asked from root.
# With public shells "allow" should be replaced with "deny" but when
# there is only me, why to deny anything?
default {
default {
allow spoof
allow spoof_all
allow spoof_privport
allow random
allow random_numeric
allow numeric
allow hide
}
}
user root {
default {
force random
}
}
## Allow user znc to do spoof when *Identfile is used
#user "znc" {
# default {
# allow spoof
# allow spoof_all
# allow spoof_privport
# deny random
# deny random_numeric
# deny numeric
# deny hide
# }
#}