mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-24 03:04:12 +01:00
etc: add oidentd.conf
This file is not shipped on Arch.
This commit is contained in:
parent
3b976e3cd4
commit
146738e147
34
etc/oidentd.conf
Normal file
34
etc/oidentd.conf
Normal 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
|
||||
# }
|
||||
#}
|
Loading…
Reference in New Issue
Block a user