mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 18:49:23 +01:00
35 lines
711 B
Plaintext
35 lines
711 B
Plaintext
|
# 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
|
||
|
# }
|
||
|
#}
|