summaryrefslogtreecommitdiff
path: root/openbsd/frontends/etc/relayd.conf:twofish
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-01-22 11:48:19 +0000
committerPaul Buetow <paul@buetow.org>2022-01-22 11:48:19 +0000
commit27ddb136e1540a1336cfb690ecdf703e632877f5 (patch)
treef02ac45bfe5cd194cbea17d7355d60fcb688e172 /openbsd/frontends/etc/relayd.conf:twofish
parentdd3aa0f4afa26987fa85e37033a4ff20a5c4bfa9 (diff)
make relayd gemini work with inet6 too
Diffstat (limited to 'openbsd/frontends/etc/relayd.conf:twofish')
-rw-r--r--openbsd/frontends/etc/relayd.conf:twofish18
1 files changed, 18 insertions, 0 deletions
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
+}