Advertisement
Guest User

Untitled

a guest
May 16th, 2017
602
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.83 KB | None | 0 0
  1. oskare@oskare-desktop:/$ znc --makeconf
  2. [ ** ] Building new config
  3. [ ** ]
  4. [ ** ] First lets start with some global settings...
  5. [ ** ]
  6. [ ?? ] What port would you like ZNC to listen on? (1 to 65535): 1337
  7. [ ?? ] Would you like ZNC to listen using SSL? (yes/no) [no]: y
  8. [ ?? ] Would you like ZNC to listen using ipv6? (yes/no) [no]: n
  9. [ ?? ] Listen Host (Blank for all ips):
  10. [ ** ]
  11. [ ** ] -- Global Modules --
  12. [ ** ]
  13. [ ?? ] Do you want to load any global modules? (yes/no): n
  14. [ ** ]
  15. [ ** ] Now we need to setup a user...
  16. [ ** ]
  17. [ ?? ] Username (AlphaNumeric): oskare
  18. [ ?? ] Enter Password:
  19. [ ?? ] Confirm Password:
  20. [ ?? ] Would you like this user to be an admin? (yes/no) [yes]: y
  21. [ ?? ] Nick [oskare]: oskare
  22. [ ?? ] Alt Nick [oskare_]: oskaree
  23. [ ?? ] Ident [oskare]: oskare.net
  24. [ ?? ] Real Name [Got ZNC?]: oskare
  25. [ ?? ] VHost (optional):
  26. [ ?? ] Number of lines to buffer per channel [50]:
  27. [ ?? ] Would you like to keep buffers after replay? (yes/no) [no]: y
  28. [ ?? ] Default channel modes [+stn]: linux.is
  29. [ ** ]
  30. [ ** ] -- User Modules --
  31. [ ** ]
  32. [ ?? ] Do you want to automatically load any user modules for this user? (yes/no): y
  33. [ ** ] +---------------+----------------------------------------------------------------------------------+
  34. [ ** ] | Name | Description |
  35. [ ** ] +---------------+----------------------------------------------------------------------------------+
  36. [ ** ] | admin | Dynamic configuration of users/settings through irc |
  37. [ ** ] | antiidle | Hides your real idle time |
  38. [ ** ] | autoattach | Reattaches you to channels on activity. |
  39. [ ** ] | autocycle | Rejoins channels to gain Op if you're the only user left |
  40. [ ** ] | autoop | Auto op the good guys |
  41. [ ** ] | autoreply | Reply to queries when you are away |
  42. [ ** ] | autovoice | Auto voice the good guys |
  43. [ ** ] | away | Stores messages while away, also auto away |
  44. [ ** ] | awaynick | Change your nick while you are away |
  45. [ ** ] | buffextras | Add joins, parts etc. to the playback buffer |
  46. [ ** ] | chansaver | Keep config up-to-date when user joins/parts |
  47. [ ** ] | crypt | Encryption for channel/private messages |
  48. [ ** ] | ctcpflood | Don't forward CTCP floods to clients |
  49. [ ** ] | discon_kick | Kicks the client from all channels when the connection to the IRC server is lost |
  50. [ ** ] | email | Monitors Email activity on local disk /var/mail/user |
  51. [ ** ] | fakeonline | Fakes online status of ZNC *-users. |
  52. [ ** ] | fixfreenode | Prevent client from sending IDENTIFY-MSG to server |
  53. [ ** ] | keepnick | Keep trying for your primary nick |
  54. [ ** ] | kickrejoin | Autorejoin on kick |
  55. [ ** ] | listsockets | List active sockets |
  56. [ ** ] | log | Write IRC logs |
  57. [ ** ] | modtcl | Loads Tcl scripts as ZNC modules |
  58. [ ** ] | nickserv | Auths you with NickServ |
  59. [ ** ] | perform | Adds perform capabilities |
  60. [ ** ] | q | Auths you with QuakeNet's Q bot. |
  61. [ ** ] | raw | View all of the raw traffic |
  62. [ ** ] | route_replies | Send replies (e.g. to /who) to the right client only |
  63. [ ** ] | sample | To be used as a sample for writing modules |
  64. [ ** ] | savebuff | Stores channel buffers to disk, encrypted |
  65. [ ** ] | schat | Secure cross platform (:P) chat system |
  66. [ ** ] | shell | Gives shell access |
  67. [ ** ] | simple_away | Auto away when last client disconnects |
  68. [ ** ] | stickychan | configless sticky chans, keeps you there very stickily even |
  69. [ ** ] | watch | Copy activity from a specific user into a separate window |
  70. [ ** ] +---------------+----------------------------------------------------------------------------------+
  71. [ ** ]
  72. [ ?? ] Load module <admin>? (yes/no) [no]: y
  73. [ ?? ] Load module <antiidle>? (yes/no) [no]: y
  74. [ ?? ] Load module <autoattach>? (yes/no) [no]: y
  75. [ ?? ] Load module <autocycle>? (yes/no) [no]: y
  76. [ ?? ] Load module <autoop>? (yes/no) [no]: y
  77. [ ?? ] Load module <autoreply>? (yes/no) [no]: y
  78. [ ?? ] Load module <autovoice>? (yes/no) [no]: y
  79. [ ?? ] Load module <away>? (yes/no) [no]: y
  80. [ ?? ] Load module <awaynick>? (yes/no) [no]: y
  81. [ ?? ] Load module <buffextras>? (yes/no) [no]: y
  82. [ ?? ] Load module <chansaver>? (yes/no) [no]: y
  83. [ ?? ] Load module <crypt>? (yes/no) [no]: y
  84. [ ?? ] Load module <ctcpflood>? (yes/no) [no]: y
  85. [ ?? ] Load module <discon_kick>? (yes/no) [no]: y
  86. [ ?? ] Load module <email>? (yes/no) [no]: y
  87. [ ?? ] Load module <fakeonline>? (yes/no) [no]: y
  88. [ ?? ] Load module <fixfreenode>? (yes/no) [no]: y
  89. [ ?? ] Load module <keepnick>? (yes/no) [no]: y
  90. [ ?? ] Load module <kickrejoin>? (yes/no) [no]: y
  91. [ ?? ] Load module <listsockets>? (yes/no) [no]: y
  92. [ ?? ] Load module <log>? (yes/no) [no]: y
  93. [ ?? ] Load module <modtcl>? (yes/no) [no]: y
  94. [ ?? ] Load module <nickserv>? (yes/no) [no]: y
  95. [ ?? ] Load module <perform>? (yes/no) [no]: y
  96. [ ?? ] Load module <q>? (yes/no) [no]: y
  97. [ ?? ] Load module <raw>? (yes/no) [no]: y
  98. [ ?? ] Load module <route_replies>? (yes/no) [no]: y
  99. [ ?? ] Load module <sample>? (yes/no) [no]: y
  100. [ ?? ] Load module <savebuff>? (yes/no) [no]: y
  101. [ ?? ] Load module <schat>? (yes/no) [no]: y
  102. [ ?? ] Load module <shell>? (yes/no) [no]: y
  103. [ ?? ] Load module <simple_away>? (yes/no) [no]: y
  104. [ ?? ] Load module <stickychan>? (yes/no) [no]: y
  105. [ ?? ] Load module <watch>? (yes/no) [no]: y
  106. [ ** ]
  107. [ ** ] -- IRC Servers --
  108. [ ** ]
  109. [ ?? ] IRC server (host only):
  110. [ ?? ] IRC server (host only): irc.simnet.is
  111. [ ?? ] [irc.simnet.is] Port (1 to 65535) [6667]: 6667
  112. [ ?? ] [irc.simnet.is] Password (probably empty):
  113. [ ?? ] Does this server use SSL? (probably no) (yes/no) [no]: n
  114. [ ** ]
  115. [ ?? ] Would you like to add another server? (yes/no) [no]: n
  116. [ ** ]
  117. [ ** ] -- Channels --
  118. [ ** ]
  119. [ ?? ] Would you like to add a channel for ZNC to automatically join? (yes/no) [yes]: y
  120. [ ?? ] Channel name: linux.is
  121. [ ?? ] Would you like to add another channel? (yes/no) [no]: y
  122. [ ?? ] Channel name: eyjar.is
  123. [ ?? ] Would you like to add another channel? (yes/no) [no]: n
  124. [ ** ]
  125. [ ?? ] Would you like to setup another user? (yes/no) [no]: n
  126. [ !! ] Writing config [/home/oskare/.znc/configs/znc.conf]... [ This config already exists. ]
  127. [ ?? ] Would you like to overwrite it? (yes/no) [no]: y
  128. [ ok ] Overwriting config [/home/oskare/.znc/configs/znc.conf]...
  129. [ ** ]
  130. [ ** ] To connect to this znc you need to connect to it as your irc server
  131. [ ** ] using the port that you supplied. You have to supply your login info
  132. [ ** ] as the irc server password like so... user:pass.
  133. [ ** ]
  134. [ ** ] Try something like this in your IRC client...
  135. [ ** ] /server <znc_server_ip> 1337 oskare:<pass>
  136. [ ** ]
  137. [ ?? ] Launch znc now? (yes/no) [yes]: y
  138. [ ok ] Opening Config [/home/oskare/.znc/configs/znc.conf]...
  139. [ ok ] Binding to port [+1337]...
  140. [ ** ] Loading user [oskare]
  141. [ ok ] Loading Module [admin]... [/usr/lib/znc/admin.so]
  142. [ ok ] Loading Module [antiidle]... [/usr/lib/znc/antiidle.so]
  143. [ ok ] Loading Module [autoattach]... [/usr/lib/znc/autoattach.so]
  144. [ ok ] Loading Module [autocycle]... [/usr/lib/znc/autocycle.so]
  145. [ ok ] Loading Module [autoop]... [/usr/lib/znc/autoop.so]
  146. [ ok ] Loading Module [autoreply]... [/usr/lib/znc/autoreply.so]
  147. [ ok ] Loading Module [autovoice]... [/usr/lib/znc/autovoice.so]
  148. [ !! ] Loading Module [away]... [ Module [away] aborted: This module needs as an argument a keyphrase used for encryption ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement