From ba74af7c224e817d9d08e01a154088ca7e70ad48 Mon Sep 17 00:00:00 2001 From: Vitaly Kryukov Date: Sat, 14 Sep 2019 14:14:55 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 67ca9db..4ea4bd0 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,13 @@ It's only enabled for clients which request it. Add `dd` prefix to secret (`cafe...babe` => `ddcafe...babe`) to enable this mode on client side. +## TLS-transport +Set tag with argument: `-D `, the domain must support TLS 1.3. + +The secret has this format: `ee` + `` + ` (in hex format)` + +When using this protocol, all others are disabled. Also, it is not recommended to set the value for workers for better replay protection. + ## Systemd example configuration 1. Create systemd service file (it's standard path for the most Linux distros, but you should check it before): ```bash From 9dcf582184e046d60c903d0fd41f427ae6a80f8e Mon Sep 17 00:00:00 2001 From: Vitaly Kryukov Date: Sat, 14 Sep 2019 18:30:57 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ea4bd0..4ea63f8 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Set tag with argument: `-D `, the domain must support TLS 1.3. The secret has this format: `ee` + `` + ` (in hex format)` -When using this protocol, all others are disabled. Also, it is not recommended to set the value for workers for better replay protection. +When using this protocol, all others are disabled. Also, it is not recommended to set the value of workers for better replay protection. ## Systemd example configuration 1. Create systemd service file (it's standard path for the most Linux distros, but you should check it before):