From 9d6384addc8334fcfebd8407fb5984e757b65e7b Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sun, 27 May 2018 04:38:29 -0600 Subject: [PATCH] fix whitespace --- examples/telebit.yml | 20 ++++++++++---------- examples/telebit.yml.tpl | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/examples/telebit.yml b/examples/telebit.yml index 755a216..091f4c8 100644 --- a/examples/telebit.yml +++ b/examples/telebit.yml @@ -1,16 +1,16 @@ -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: wss://telebit.cloud # Which Telebit Relay to use -secret: '' # Token or Secret to use for authorization -token: '' # Token or Secret to use for authorization +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: wss://telebit.cloud # Which Telebit Relay to use +secret: '' # Token or Secret to use for authorization +token: '' # Token or Secret to use for authorization remote_options: - https_redirect: true # redirect http to https remotely (default) -servernames: # hostnames that direct to the Telebit Relay admin console + https_redirect: true # redirect http to https remotely (default) +servernames: # hostnames that direct to the Telebit Relay admin console - example.com - example.net -local_ports: # ports to forward +local_ports: # ports to forward 3000: 'http' 8443: 'https' 5050: true diff --git a/examples/telebit.yml.tpl b/examples/telebit.yml.tpl index f810838..2bde9d3 100644 --- a/examples/telebit.yml.tpl +++ b/examples/telebit.yml.tpl @@ -1,8 +1,8 @@ -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 +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 remote_options: - https_redirect: true # redirect http to https remotely (default) -local_ports: # ports to forward + https_redirect: true # redirect http to https remotely (default) +local_ports: # ports to forward 3001: 'http' 9443: 'https'