Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. # Configuration for oidentd
  2. # see oidentd.conf(5)
  3. #
  4. default {
  5. default {
  6. deny spoof
  7. deny spoof_all
  8. deny spoof_privport
  9. allow random
  10. allow random_numeric
  11. allow numeric
  12. deny hide
  13. }
  14. }
  15. user "ircd" {
  16. default {
  17. allow spoof
  18. allow spoof_all
  19. allow spoof_privport
  20. allow random
  21. allow random_numeric
  22. allow numeric
  23. allow hide
  24. }
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement