Advertisement
SDN

[+] Unrealircd.conf

SDN
Jul 12th, 2015
744
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.37 KB | None | 0 0
  1. #===================================================================#
  2. #                                  __                               #
  3. #                   __            /\ \                              #
  4. #              ____/\_\    ___    \_\ \     __    ___               #
  5. #             /',__\/\ \ /' _ `\  /'_` \  /'__`\/' _ `\             #
  6. #            /\__, `\ \ \/\ \/\ \/\ \L\ \/\  __//\ \/\ \            #
  7. #            \/\____/\ \_\ \_\ \_\ \___,_\ \____\ \_\ \_\           #
  8. #             \/___/  \/_/\/_/\/_/\/__,_ /\/____/\/_/\/_/           #
  9. #         >> Coded By Sinden @Obtect                        #
  10. #           Shoutout to: RoBeRt, Proxy, Code            #
  11. #                                                                   #
  12. #    [+] Site       : Sinden.info                               #
  13. #    [+] Support e-mail : Admin[at]Sinden.info                      #
  14. #                                                                   #
  15. #===================================================================#
  16.  
  17. ###
  18. # Title: Custom Unrealircd.conf
  19. # Date: 11/07/2015 Installer
  20. ###
  21.  
  22. me {
  23.         name "irc.[domain].com"; #Put Your Domain Here
  24.         info "[Name]"; #Put Your Name/Team/Group Here
  25.         numeric 1;
  26. };
  27.  
  28. admin {
  29.         "";
  30.         "";
  31.  
  32. };
  33.  
  34. class           clients
  35. {
  36.         pingfreq 200;
  37.         maxclients 50000;
  38.         sendq 100000;
  39.         recvq 4000;
  40. };
  41.  
  42.  
  43. allow {
  44.         ip *@*;
  45.         hostname *@*;
  46.         class clients;
  47.         maxperip 1; #Keep At 1 Dont Be That Dupes Kid
  48. };
  49.  
  50.  
  51. listen         *:443; #Port You Connect To The IRC On
  52.  
  53. oper Admin { #Oper Username
  54.         class           clients;
  55.         from {
  56.                 userhost *@*;
  57.         };
  58.         password "Password"; #Oper Password
  59.         flags
  60.         {
  61.                 global;
  62.                 services-admin;
  63.                 can_rehash;
  64.                 can_die;
  65.                 can_restart;
  66.                 helpop;
  67.                 can_wallops;
  68.                 can_globops;
  69.                 can_localroute;
  70.                 can_globalroute;
  71.                 can_localkill;
  72.                 can_globalkill;
  73.                 can_kline;
  74.                 can_gzline;
  75.                 can_gkline;
  76.                 can_unkline;
  77.                 can_localnotice;
  78.                 can_globalnotice;
  79.                 netadmin;
  80.                 can_zline;
  81.                 get_umodew;
  82.                 get_host;
  83.                 can_override;
  84.     };
  85.     snomask *;
  86.     maxlogins "3"; #Max Opers At Once
  87. };
  88.  
  89. drpass {
  90.         restart "mus1pw";
  91.         die "pw1ster";
  92. };
  93.  
  94. set {
  95.         network-name            "Network Name";
  96.         default-server          "irc.[domain].gov"; #Change
  97.         services-server         "services.[domain].gov"; #Change
  98.         help-channel            "#help"; #Network Channel Helpline
  99.         hiddenhost-prefix       "swag";
  100.         cloak-keys {
  101.          "aIRgFoAr1HnF5h5sDb7x4YwA6pW";
  102.          "P9FdZnR1gl5sJ7hw46fb7x4YwpW";
  103.          "OI8r1ZnR6gl3sJ7hVz4Zb7x4YnX";
  104.         };
  105.  
  106.         hosts {
  107.                 local            "irc.[domain].gov"; #Change
  108.                 global           "irc.[domain].gov"; #Change
  109.                 coadmin          "irc.[domain].gov"; #Change
  110.                 admin            "irc.[domain].gov"; #Change
  111.                 netadmin         "irc.[domain].gov"; #Change
  112.                 servicesadmin    "irc.[domain].gov"; #Change
  113.                 host-on-oper-up "yes";
  114.         };
  115. };
  116.  
  117.  
  118. set {
  119.         allowed-nickchars {
  120.                 latin1;
  121.         };      
  122.         kline-address    "kline@[domain].gov"; #Change
  123.         modes-on-connect "+wi-x";
  124.         modes-on-oper    "+xwgspH";
  125.         modes-on-join "+nust";
  126.        auto-join  "#Welcome"; #On Connect Join Channel
  127.         oper-auto-join "#BOTNET"; #Once Oper Auto Join
  128.        
  129.         dns {
  130.                 nameserver 127.0.0.1;
  131.                 timeout 3s;
  132.                 retries 3;
  133.         };
  134.         options {
  135.                 hide-ulines;
  136.                 show-connect-info;
  137.                 show-opermotd;
  138.                 allow-part-if-shunned;
  139.                 flat-map;
  140.                 fail-oper-warn;
  141.         };
  142.  
  143.         maxchannelsperuser 30;
  144.         anti-spam-quit-message-time 100s;
  145.         static-quit "Client hat die Verbindung getrennt";      
  146.         oper-only-stats "*";
  147.  
  148.         throttle {
  149.                 connections 3;
  150.                 period 60s;
  151.         };
  152.         anti-flood {
  153.                 nick-flood 50:60;      
  154.         };
  155.         spamfilter {
  156.                 ban-time 1d;
  157.                 ban-reason "Spam/Advertising";
  158.                 virus-help-channel "#help";
  159.         };
  160.         default-bantime "0";
  161.  
  162. };
  163.  
  164. #       ##### Modules #####
  165.  
  166. include "help.conf";
  167. include "badwords.channel.conf";
  168. include "badwords.message.conf";
  169. include "badwords.quit.conf";
  170. include "spamfilter.conf";
  171. loadmodule "src/modules/commands.so";
  172. loadmodule "src/modules/cloak.so";
  173.  
  174. #       ########################################
  175. #       #              Log Block               #
  176. #       ########################################
  177.  
  178.  
  179. log ircd.log {
  180.         maxsize 5MB;
  181.         flags {
  182.                 errors;
  183.                 kills;
  184.                 sadmin-commands;
  185.                 chg-commands;
  186.                 oper-override;
  187.                 spamfilter;
  188.                 kline;
  189.                 tkl;
  190.         };
  191. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement