mirror of
https://github.com/yrutschle/sslh.git
synced 2025-06-04 17:41:19 +03:00
be more clearly
Signed-off-by: Paul Schroeder <milkpirate@users.noreply.github.com>
This commit is contained in:
parent
87577ae5f6
commit
3f5c81d2f6
@ -61,7 +61,7 @@ listen:
|
|||||||
# (only useful for sslh-select)
|
# (only useful for sslh-select)
|
||||||
# tfo_ok: Set to true if the server supports TCP FAST OPEN
|
# tfo_ok: Set to true if the server supports TCP FAST OPEN
|
||||||
# resolve_on_forward: Set to true if server address should be resolved on
|
# resolve_on_forward: Set to true if server address should be resolved on
|
||||||
# (every) incoming connection (again)
|
# (every) newly incoming connection (again)
|
||||||
# transparent: Set to true to proxy this protocol
|
# transparent: Set to true to proxy this protocol
|
||||||
# transparently (server sees the remote client IP
|
# transparently (server sees the remote client IP
|
||||||
# address). Same as the global option, but per-protocol
|
# address). Same as the global option, but per-protocol
|
||||||
|
@ -111,7 +111,7 @@ config: {
|
|||||||
{ name: "transparent"; type: "bool"; default: false;
|
{ name: "transparent"; type: "bool"; default: false;
|
||||||
description: "Set to proxy this protocol transparently" },
|
description: "Set to proxy this protocol transparently" },
|
||||||
{ name: "resolve_on_forward"; type: "bool"; default: false;
|
{ name: "resolve_on_forward"; type: "bool"; default: false;
|
||||||
description: "Set to true if server address should be resolved on (every) incoming connection (again)" },
|
description: "Set to true if server address should be resolved on (every) newly incoming connection (again)" },
|
||||||
{ name: "log_level"; type: "int"; default: 1 },
|
{ name: "log_level"; type: "int"; default: 1 },
|
||||||
{ name: "keepalive"; type: "bool"; default: false },
|
{ name: "keepalive"; type: "bool"; default: false },
|
||||||
{ name: "sni_hostnames",
|
{ name: "sni_hostnames",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user