Advertisement
Guest User

Untitled

a guest
Mar 15th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. auth {
  2. user = "*";
  3. class = "users";
  4.  
  5. /* restricted: stop the client sending mode changes */
  6. #restricted = yes
  7.  
  8. /* Password to join server */
  9. password = "(our pass here)";
  10.  
  11. /* Spoof users host */;
  12. spoof = "client.net";
  13.  
  14. /* have ident: require the user has identd to connect (OLD I: + flag) */
  15. have_ident = no;
  16. };
  17.  
  18. # mkpasswd -m md5 password
  19. $1$lilSP/V0$bAHlfX24N2lcUS8BW/JDD.
  20.  
  21. encrypted = yes;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement