1 # options to use when starting oidentd as daemon:
2 # -m lookup masquaraded connections in /etc/oidentd_masq.users
3 # -f forward requests for masquaraded connections to real host
4 # -q don't log connections to oidentd
5 # -a Only listen on this address, instead of the wildcard, so
6 # vservers can run their own identd's.
7 # see oidentd(8) for detailed list
8 OIDENT_OPTIONS="-mf -a `hostname --fqdn`"
14 # Allow the default router to act as an oidentd proxy? (yes/no)
15 # this is needed behind a masquarading router that runs oidentd -f
16 # if your identd proxy is not the default router, you have to
17 # manually specify it via -P
18 OIDENT_BEHIND_PROXY=yes