|
Tags: Blanking Manual revert |
(13 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| * '''[[So you want to update your ircd]]''' (5.x to 6.x and 6.x to 6.x)
| |
|
| |
|
| <div style="display: block; font-size: 1.17em; font-weight: bold;">Wiki Pages: Guides</div>
| |
|
| |
| * '''[[Additional Configs for Servers]]'''
| |
| * '''[[Servers | Hub Link Blocks and How to Connect to Them]]'''
| |
| ** apt install update
| |
| ** apt install gcc wget tcl8.6-dev libssl-dev tcl-tls
| |
| ** wget https://ftp.eggheads.org/pub/eggdrop/source/1.9/eggdrop-1.9.5.tar.gz
| |
| ** tar zxvf eggdrop-1.9.5.tar.gz
| |
| ** cd eggdrop-1.9.5
| |
| ** ./configure --with-ssl --enable-tls
| |
| ** make config
| |
| ** make
| |
| ** make install DEST=/home/d4rk3gg/d4rk3gg
| |
| ** openssl genrsa -out eggdrop.key 4096
| |
| ** openssl req -new -key eggdrop.key -x509 -out eggdrop.crt -days 750
| |
| ** openssl dhparam -out dhparam.pem 4096
| |