|
|
@ -793,4 +793,23 @@ auto eth1 |
|
|
|
iface eth1 inet dhcp |
|
|
|
hostname alpine |
|
|
|
up ip route add 10.0.0.0/8 via 10.0.0.1 |
|
|
|
``` |
|
|
|
|
|
|
|
# weechat |
|
|
|
|
|
|
|
``` |
|
|
|
/relay sslcertkey |
|
|
|
relay: SSL certificate and key have been set |
|
|
|
``` |
|
|
|
|
|
|
|
Password for the relay: |
|
|
|
|
|
|
|
``` |
|
|
|
/set relay.network.password your_strong_password_here |
|
|
|
``` |
|
|
|
|
|
|
|
SSL listener |
|
|
|
|
|
|
|
``` |
|
|
|
/relay add ssl.weechat 9001 |
|
|
|
``` |