Update README.md
This commit is contained in:
@@ -119,7 +119,7 @@ then Ctrl+X -> Y -> Enter to save
|
|||||||
### Minimal Configuration for First Start
|
### Minimal Configuration for First Start
|
||||||
```toml
|
```toml
|
||||||
port = 443 # Listening port
|
port = 443 # Listening port
|
||||||
show_links = ["tele", "hello"] # Specify users, for whom will be displayed the links
|
show_link = ["tele", "hello"] # Specify users, for whom will be displayed the links
|
||||||
|
|
||||||
tls_domain = "petrovich.ru" # Domain for ee-secret and masking
|
tls_domain = "petrovich.ru" # Domain for ee-secret and masking
|
||||||
mask = true # Enable masking of bad traffic
|
mask = true # Enable masking of bad traffic
|
||||||
@@ -132,8 +132,6 @@ fast_mode = true # Use "fast" obfuscation variant
|
|||||||
client_keepalive = 600 # Seconds
|
client_keepalive = 600 # Seconds
|
||||||
client_ack_timeout = 300 # Seconds
|
client_ack_timeout = 300 # Seconds
|
||||||
|
|
||||||
show_link = [ "hello" ]
|
|
||||||
|
|
||||||
[modes]
|
[modes]
|
||||||
classic = true # Plain obfuscated mode
|
classic = true # Plain obfuscated mode
|
||||||
secure = true # dd-prefix mode
|
secure = true # dd-prefix mode
|
||||||
|
|||||||
Reference in New Issue
Block a user