From 5bde493445f8c623282dbbb3fdd7c856f0453e39 Mon Sep 17 00:00:00 2001 From: Dingjun Date: Sat, 16 Sep 2017 10:26:28 +0800 Subject: [PATCH] update sample config --- obfssh/config_example.yaml | 33 ++++++++++++--------------------- 1 file changed, 12 insertions(+), 21 deletions(-) diff --git a/obfssh/config_example.yaml b/obfssh/config_example.yaml index 9e1dfe2..200e034 100644 --- a/obfssh/config_example.yaml +++ b/obfssh/config_example.yaml @@ -14,6 +14,18 @@ # port: 2223 +# tls +# +# connect to server via TLS +# +# tls: true + +# tls-insecure +# +# do not verify server's TLS certificate +# +# tls-insecure: true + # proxy # the proxy server to connect to # supported scheme: http, https, socks5 @@ -40,27 +52,6 @@ # sni: example.com # insecure: false - -# obfs_method -# -# Specifies the encryption method. -# when this option is specified, the entire connection -# will be encrypted. -# when set to none, the encryption is disabled. -# Avaliable methods: rc4, aes, none(default) - -# obfs_method: rc4 - - -# obfs_key -# -# Specifies the key to encrypt the connection, -# if the server enable the obfs, only known the -# right key can connect to the server. - -#obfs_key: some_keyword - - # username # # specifies the user to log in as on the remote machine.