Advertisement
Guest User

Untitled

a guest
Sep 8th, 2017
495
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. magellanino@debian:~/znc-0.090$ ./znc --makeconf
  2. [ ** ] It looks like you are running znc without installing it first.
  3. [ ** ] Recompile with --enable-run-from-source if you intend to do that.
  4. [ ** ] Building new config
  5. [ ** ]
  6. [ ** ] First lets start with some global settings...
  7. [ ** ]
  8. [ ?? ] What port would you like ZNC to listen on? (1 to 65535): 31357
  9. [ ?? ] Would you like ZNC to listen using SSL? (yes/no) [no]: yes
  10. [ ?? ] Would you like ZNC to listen using ipv6? (yes/no) [no]: yes
  11. [ ?? ] Listen Host (Blank for all ips):
  12. [ ** ]
  13. [ ** ] Now we need to setup a user...
  14. [ ** ]
  15. [ ?? ] Username (AlphaNumeric): magellanino
  16. [ ?? ] Enter Password:
  17. [ ?? ] Confirm Password:
  18. [ ?? ] Would you like this user to be an admin? (yes/no) [yes]: yes
  19. [ ?? ] Nick [magellanino]: magellanino
  20. [ ?? ] Alt Nick [magellanino_]: magellanino_
  21. [ ?? ] Ident [magellanino]: magellanino
  22. [ ?? ] Real Name [Got ZNC?]:
  23. [ ?? ] VHost (optional):
  24. [ ?? ] Number of lines to buffer per channel [50]:
  25. [ ?? ] Would you like to keep buffers after replay? (yes/no) [no]:
  26. [ ?? ] Default channel modes [+stn]:
  27. [ ** ]
  28. [ ** ] -- IRC Servers --
  29. [ ** ]
  30. [ ?? ] IRC server (host only): irc.polarhome.com
  31. [ ?? ] [irc.polarhome.com] Port (1 to 65535) [6667]: 6666
  32. [ ?? ] [irc.polarhome.com] Password (probably empty): *****
  33. [ ?? ] Does this server use SSL? (probably no) (yes/no) [no]: yes
  34. [ ** ]
  35. [ ?? ] Would you like to add another server? (yes/no) [no]: no
  36. [ ** ]
  37. [ ** ] -- Channels --
  38. [ ** ]
  39. [ ?? ] Would you like to add a channel for ZNC to automatically join? (yes/no) [yes]: no
  40. [ ** ]
  41. [ ?? ] Would you like to setup another user? (yes/no) [no]: no
  42. [ !! ] Writing config [/home/m/magellanino/.znc/configs/znc.conf]... [ ZNC is currently running on this config. ]
  43. [ ?? ] Please specify an alternate location (or "stdout" for displaying the config) [/home/m/magellanino/.znc/configs/znc.conf]: stdout
  44. [ ** ]
  45. [ ** ] Printing the new config to stdout:
  46. [ ** ]
  47.  
  48. ----------------------------------------------------------------------------
  49.  
  50. Listener = +31357
  51.  
  52. <User magellanino>
  53. Pass = sha256#98f1114df0b5c4b39a622e93177f696e245ab55d1bff84eee6aa7d4a14ebb76a#HKt8b,k6iV,TE3Dl0NoB#
  54. Admin = true
  55. Nick = magellanino
  56. AltNick = magellanino_
  57. Ident = magellanino
  58. RealName = Got ZNC?
  59. Buffer = 50
  60. KeepBuffer = false
  61. ChanModes = +stn
  62.  
  63. Server = irc.polarhome.com +6666 ******
  64.  
  65. </User>
  66.  
  67. ----------------------------------------------------------------------------
  68.  
  69. [ ** ]
  70. [ ** ] To connect to this znc you need to connect to it as your irc server
  71. [ ** ] using the port that you supplied. You have to supply your login info
  72. [ ** ] as the irc server password like so... user:pass.
  73. [ ** ]
  74. [ ** ] Try something like this in your IRC client...
  75. [ ** ] /server <znc_server_ip> 31357 magellanino:<pass>
  76. [ ** ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement