From 0350209dafdf2e884feab8cb94695ef051e68c6c Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Sat, 19 Aug 2023 04:28:18 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B8=D1=86=D0=B0?= =?UTF-8?q?=20IRC=20=D1=81=D0=B5=D1=80=D0=B2=D0=B5=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/routes.js | 5 +++++ pages/irc.html | 30 ++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 pages/irc.html diff --git a/app/routes.js b/app/routes.js index 6d9e34d..5b9fa5b 100644 --- a/app/routes.js +++ b/app/routes.js @@ -24,6 +24,11 @@ export const routes = { title: 'Games', description: '...', }, + irc: { + template: '/pages/irc.html', + title: 'IRC сервер', + description: 'Персональный irc сервер', + }, trash: { template: '/pages/trash.html', title: 'Trash', diff --git a/pages/irc.html b/pages/irc.html new file mode 100644 index 0000000..80ec862 --- /dev/null +++ b/pages/irc.html @@ -0,0 +1,30 @@ + + +

Мой персональный IRC сервер

+ +

+ Поднимал давно, зачем? — сам не помню.
+ Хотел запустить там ботов, чтобы большой брат из Telegram меньше знал, но времени как обычно + доделать не хватило. +

+ +

+ Работает на + ergo. +

+ +

+ Адрес сервера:
+ iiiypuk.me:6667 +

+ +

+ Подключаться без TLS.
+ Например в WeeChat:
+ /server add a2s iiiypuk.me/6667 -notls +