freebsd-ports/security/oidentd/files/oidentd.conf.sample
Oliver Lehmann 8d52fc8727 Updates:
* Provide style rc.d script.
 * Provide sample configuration files (standard + masquerading).
 * CONFIGURE_TARGET to remove configure warning.
 * Bump PORTREVISION

Submitted By:	Robin Breathe <robin@isometry.net>
PR:		ports/62010
2004-01-31 13:32:34 +00:00

24 lines
278 B
Text

default {
default {
allow spoof
deny spoof_all
deny spoof_privport
allow random_numeric
allow numeric
allow hide
}
}
user root {
default {
force reply "UNKNOWN"
}
}
#user eggdrop {
# default {
# allow spoof
# allow spoof_all
# allow spoof_privport
# }
#}