8d52fc8727
* 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
24 lines
278 B
Text
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
|
|
# }
|
|
#}
|