diff options
| author | Paul Buetow <paul@buetow.org> | 2022-01-22 11:01:31 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-01-22 11:01:31 +0000 |
| commit | dd3aa0f4afa26987fa85e37033a4ff20a5c4bfa9 (patch) | |
| tree | d23e05dcaa7ef82a1676ca305e046c1e86940bc7 /openbsd/frontends/etc/relayd.conf | |
| parent | e89c21884e2c3866328347ea6f005ffac6782012 (diff) | |
use vger with inetd and relayd
Diffstat (limited to 'openbsd/frontends/etc/relayd.conf')
| -rw-r--r-- | openbsd/frontends/etc/relayd.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/openbsd/frontends/etc/relayd.conf b/openbsd/frontends/etc/relayd.conf new file mode 100644 index 0000000..927eab6 --- /dev/null +++ b/openbsd/frontends/etc/relayd.conf @@ -0,0 +1,12 @@ +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 +} |
