From 27ddb136e1540a1336cfb690ecdf703e632877f5 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 22 Jan 2022 11:48:19 +0000 Subject: make relayd gemini work with inet6 too --- openbsd/frontends/etc/relayd.conf | 12 ------------ openbsd/frontends/etc/relayd.conf:blowfish | 18 ++++++++++++++++++ openbsd/frontends/etc/relayd.conf:twofish | 18 ++++++++++++++++++ 3 files changed, 36 insertions(+), 12 deletions(-) delete mode 100644 openbsd/frontends/etc/relayd.conf create mode 100644 openbsd/frontends/etc/relayd.conf:blowfish create mode 100644 openbsd/frontends/etc/relayd.conf:twofish (limited to 'openbsd/frontends') diff --git a/openbsd/frontends/etc/relayd.conf b/openbsd/frontends/etc/relayd.conf deleted file mode 100644 index 927eab6..0000000 --- a/openbsd/frontends/etc/relayd.conf +++ /dev/null @@ -1,12 +0,0 @@ -log connection - -tcp protocol "gemini" { - tls keypair buetow.org - tls keypair snonux.de -} - -relay "gemini" { - listen on vio0 port 1965 tls - protocol "gemini" - forward to 127.0.0.1 port 11965 -} diff --git a/openbsd/frontends/etc/relayd.conf:blowfish b/openbsd/frontends/etc/relayd.conf:blowfish new file mode 100644 index 0000000..7815828 --- /dev/null +++ b/openbsd/frontends/etc/relayd.conf:blowfish @@ -0,0 +1,18 @@ +log connection + +tcp protocol "gemini" { + tls keypair buetow.org + tls keypair snonux.de +} + +relay "gemini4" { + listen on 23.88.35.14 port 1965 tls + protocol "gemini" + forward to 127.0.0.1 port 11965 +} + +relay "gemini6" { + listen on 2a01:4f8:c17:20f1::42 port 1965 tls + protocol "gemini" + forward to 127.0.0.1 port 11965 +} diff --git a/openbsd/frontends/etc/relayd.conf:twofish b/openbsd/frontends/etc/relayd.conf:twofish new file mode 100644 index 0000000..6e33e2e --- /dev/null +++ b/openbsd/frontends/etc/relayd.conf:twofish @@ -0,0 +1,18 @@ +log connection + +tcp protocol "gemini" { + tls keypair buetow.org + tls keypair snonux.de +} + +relay "gemini4" { + listen on 108.160.134.135 port 1965 tls + protocol "gemini" + forward to 127.0.0.1 port 11965 +} + +relay "gemini6" { + listen on 2401:c080:1000:45af:5400:3ff:fec6:ca1d port 1965 tls + protocol "gemini" + forward to 127.0.0.1 port 11965 +} -- cgit v1.2.3