fix example config
This commit is contained in:
parent
5e9a852375
commit
f2f772a645
|
@ -7,8 +7,8 @@ secret: '' # Shared Secret with Telebit Relay for authoriza
|
||||||
#token: '' # Token created by Telebit Relay for authorization
|
#token: '' # Token created by Telebit Relay for authorization
|
||||||
ssh_auto: 22 # forward ssh-looking packets, from any connection, to port 22
|
ssh_auto: 22 # forward ssh-looking packets, from any connection, to port 22
|
||||||
servernames: # hostnames that direct to the Telebit Relay admin console
|
servernames: # hostnames that direct to the Telebit Relay admin console
|
||||||
- example.com
|
example.com: {}
|
||||||
- example.net
|
example.net: {}
|
||||||
greenlock:
|
greenlock:
|
||||||
version: 'draft-11'
|
version: 'draft-11'
|
||||||
server: 'https://acme-staging-v02.api.letsencrypt.org/directory'
|
server: 'https://acme-staging-v02.api.letsencrypt.org/directory'
|
||||||
|
|
Loading…
Reference in New Issue