diff options
| author | Paul Buetow <paul@buetow.org> | 2022-01-22 11:48:19 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-01-22 11:48:19 +0000 |
| commit | 27ddb136e1540a1336cfb690ecdf703e632877f5 (patch) | |
| tree | f02ac45bfe5cd194cbea17d7355d60fcb688e172 /openbsd | |
| parent | dd3aa0f4afa26987fa85e37033a4ff20a5c4bfa9 (diff) | |
make relayd gemini work with inet6 too
Diffstat (limited to 'openbsd')
| -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 +} |
