diff options
| -rw-r--r-- | openbsd/frontends/etc/relayd.conf | 12 | ||||
| -rw-r--r-- | openbsd/frontends/etc/relayd.conf:blowfish | 18 | ||||
| -rw-r--r-- | openbsd/frontends/etc/relayd.conf:twofish | 18 |
3 files changed, 36 insertions, 12 deletions
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 +} |
