diff options
| author | Paul Buetow <paul@buetow.org> | 2024-03-19 00:22:35 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-03-19 00:22:35 +0200 |
| commit | f1137207e506d037aa4b9c85926554daafae5da2 (patch) | |
| tree | d212e5ed9c2ed4dd6d24f6f968a9cedb07246a2a | |
| parent | 555256f2507895027f541a52b39b980381232eed (diff) | |
add gemini mirrors
| -rw-r--r-- | frontends/etc/relayd.conf.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/frontends/etc/relayd.conf.tpl b/frontends/etc/relayd.conf.tpl index bda9f52..968b4f8 100644 --- a/frontends/etc/relayd.conf.tpl +++ b/frontends/etc/relayd.conf.tpl @@ -4,6 +4,9 @@ tcp protocol "gemini" { tls keypair foo.zone tls keypair snonux.foo tls keypair paul.buetow.org + tls keypair mirror.foo.zone + tls keypair mirror.snonux.foo + tls keypair mirror.paul.buetow.org } relay "gemini4" { |
