2
2
mirror of https://git.coolaj86.com/coolaj86/telebit.js.git synced 2025-02-24 01:18:13 +00:00
telebit.js/examples/telebit.full.yml

21 lines
1003 B
YAML
Raw Normal View History

2018-05-27 04:38:29 -06:00
email: 'jon@example.com' # must be valid (for certificate recovery and security alerts)
agree_tos: true # agree to the Telebit, Greenlock, and Let's Encrypt TOSes
community_member: true # receive infrequent relevant updates
telemetry: true # contribute to project telemetric data
relay: telebit.cloud # Which Telebit Relay to use
#secret: '' # Shared Secret with Telebit Relay for authorization
2018-06-04 18:23:33 -06:00
#token: '' # Token created by Telebit Relay for authorization
ssh_auto: 22 # forward ssh-looking packets, from any connection, to port 22
2018-05-27 04:38:29 -06:00
servernames: # hostnames that direct to the Telebit Relay admin console
2018-06-08 00:46:07 -06:00
example.com:
handler: 3000
example.net:
handler: /path/to/module
ports:
5050:
handler: 54321
2018-06-04 18:23:33 -06:00
greenlock:
version: 'draft-11'
server: 'https://acme-staging-v02.api.letsencrypt.org/directory'
config_dir: '/opt/telebit/etc/acme.staging/'