Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Kryukov authored Sep 14, 2019
1 parent ce99338 commit ba74af7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <domain>`, the domain must support TLS 1.3.

The secret has this format: `ee` + `<secret>` + `<domain> (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
Expand Down

1 comment on commit ba74af7

@Coolliderr
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, can you write the entire code in order? The documentation is a bit messy, I hope you can reply to me.😅

Please sign in to comment.