summaryrefslogtreecommitdiff
path: root/openbsd/frontends/etc/relayd.conf
blob: 927eab626e35557fd1d895b41d625f08d67a2f99 (plain)
1
2
3
4
5
6
7
8
9
10
11
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
}