Skip to content

Commit

Permalink
oidentd: Allow spoofing, hide root
Browse files Browse the repository at this point in the history
  • Loading branch information
hinrik committed Dec 29, 2009
1 parent 8b2870f commit dbd25fb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions oidentd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
#
default {
default {
deny spoof
deny spoof_all
deny spoof_privport
allow spoof
allow spoof_all
allow spoof_privport
allow random
allow random_numeric
allow numeric
deny hide
allow hide
}
}

# you may want to hide root connections
#user "root" {
# default {
# force reply "UNKNOWN"
# }
#}
user "root" {
default {
force reply "UNKNOWN"
}
}

0 comments on commit dbd25fb

Please sign in to comment.