💾 Archived View for gemini.rmf-dev.com › repo › Vaati › gmi_proxy › files › c7beb6ab786eb48fe6d434cd… captured on 2023-11-04 at 12:33:58. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-09-08)

-=-=-=-=-=-=-

Go Back

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