update config examples
This commit is contained in:
parent
ca6feb8193
commit
3c7d89d3c4
|
@ -3,14 +3,13 @@ agree_tos: true # agree to the Telebit, Greenlock, and Let's Enc
|
||||||
community_member: true # receive infrequent relevant updates
|
community_member: true # receive infrequent relevant updates
|
||||||
telemetry: true # contribute to project telemetric data
|
telemetry: true # contribute to project telemetric data
|
||||||
relay: wss://telebit.cloud # Which Telebit Relay to use
|
relay: wss://telebit.cloud # Which Telebit Relay to use
|
||||||
secret: '' # Token or Secret to use for authorization
|
secret: '' # Shared Secret with Telebit Relay for authorization
|
||||||
token: '' # Token or Secret to use for authorization
|
#token: '' # Token created by Telebit Relay for authorization
|
||||||
remote_options:
|
ssh_auto: 22 # forward ssh-looking packets, from any connection, to port 22
|
||||||
https_redirect: true # redirect http to https remotely (default)
|
|
||||||
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
|
||||||
local_ports: # ports to forward
|
greenlock:
|
||||||
3000: 'http'
|
version: 'draft-11'
|
||||||
8443: 'https'
|
server: 'https://acme-staging-v02.api.letsencrypt.org/directory'
|
||||||
5050: true
|
config_dir: '/opt/telebit/etc/acme.staging/'
|
||||||
|
|
|
@ -2,8 +2,3 @@
|
||||||
community_member: true # receive infrequent relevant updates
|
community_member: true # receive infrequent relevant updates
|
||||||
telemetry: true # contribute to project telemetric data
|
telemetry: true # contribute to project telemetric data
|
||||||
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
|
||||||
remote_options:
|
|
||||||
https_redirect: true # redirect http to https remotely (default)
|
|
||||||
local_ports: # ports to forward
|
|
||||||
3001: 'http'
|
|
||||||
9443: 'https'
|
|
||||||
|
|
Loading…
Reference in New Issue