summaryrefslogtreecommitdiff
path: root/openbsd/frontends/etc/relayd.conf:blowfish
blob: 80a0bf65ab3dbc9d678eaa8a9708a0cb9f238c28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
log connection

tcp protocol "gemini" {
    tls keypair foo.zone
    tls keypair foo.surf
    tls keypair buetow.org
    tls keypair snonux.de
}

relay "gemini4" {
    listen on 23.88.35.144 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
}