0 {
1 name: "example.com"
2 certificate: "./example.com.crt"
3 key: "./example.com.key"
4 relay-to: "127.0.0.1:1966"
5 }
6
7 {
8 name: "another.com"
9 certificate: "./another.com.crt"
10 key: "./another.com.key"
11 relay-to: "127.0.0.1:1967"
12 plain: true
13 }
14
15 {
16 name: "example.net"
17 certificate: "./example.net.crt"
18 key: "./example.net.key"
19 relay-to: "127.0.0.1:1968"
20 plain: true
21 forward-ip: true
22 client-certificates: true
23 }
24