From: Matthijs Kooijman Date: Mon, 26 Jul 2010 13:32:40 +0000 (+0200) Subject: oidentd: Only listen on the external interface. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fservers%2Fdrsnuggles.git;a=commitdiff_plain;h=1c92c1dbf3e262ca5ad7b2a44ac361c50b179abe oidentd: Only listen on the external interface. This allows vservers to run their own identd. --- diff --git a/etc/default/oidentd b/etc/default/oidentd index 14bec1e..6c1de5d 100644 --- a/etc/default/oidentd +++ b/etc/default/oidentd @@ -2,8 +2,10 @@ # -m lookup masquaraded connections in /etc/oidentd_masq.users # -f forward requests for masquaraded connections to real host # -q don't log connections to oidentd +# -a Only listen on this address, instead of the wildcard, so +# vservers can run their own identd's. # see oidentd(8) for detailed list -OIDENT_OPTIONS="-mf" +OIDENT_OPTIONS="-mf -a `hostname --fqdn`" # user / group OIDENT_USER=oident