Guest User

Untitled

a guest
Jul 15th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. Configuration for oidentd
  2. # see oidentd.conf(5)
  3. #
  4. default {
  5. default {
  6. allow spoof
  7. allow spoof_all
  8. allow spoof_privport
  9. allow random
  10. allow random_numeric
  11. allow numeric
  12. allow hide
  13. }
  14. }
  15.  
  16. # you may want to hide root connections
  17. user "walda" {
  18. default {
  19. force reply "unknown"
  20. }
  21. }
  22. user "johan" {
  23. default {
  24. allow spoof
  25. allow spoof_all
  26. allow random
  27. allow hide
  28. }
  29. }
Add Comment
Please, Sign In to add comment