Alexey
3a17901e83
Reconnect logic for single-endpoint DC + Handling single-endpoint outages + Windows build + Mask timeouts + BINDTODEVICE + Gray Action for API + Beobachten Path + Server.Listeners + Upstream V4/V6 + Server.Listeners + Upstream V4/V6: merge pull request #705 from telemt/flow
...
Reconnect logic for single-endpoint DC + Handling single-endpoint outages + Windows build + Mask timeouts + BINDTODEVICE + Gray Action for API + Beobachten Path + Server.Listeners + Upstream V4/V6 + Server.Listeners + Upstream V4/V6
2026-04-15 02:02:51 +03:00
Alexey
30fab00bfd
Merge branch 'flow' into fix/windows-run-inner-issue-690
2026-04-14 18:01:18 +03:00
TWRoman
1cd1e96079
Fixed server.listeners and upstreams description
2026-04-13 11:14:02 +03:00
Alexey
5f5a3e3fa0
Merge pull request #673 from Artymediys/main
...
docs: align LTO notes, API docs, and Fake-TLS guidance
2026-04-12 19:15:45 +03:00
Roman
d477d6ee29
Update CONFIG_PARAMS.ru.md
...
Corrected override_dc and default_dc descriptions.
2026-04-12 13:54:22 +03:00
TWRoman
1383dfcbb1
[docs]Update CONFIG-PARAMS
2026-04-12 12:37:38 +03:00
Artymediys
107a7cc758
Merge branch 'main' into main
2026-04-12 12:11:07 +03:00
Artymediys
d6be691c67
Merge branch 'main' into main
2026-04-12 12:10:26 +03:00
Artymediys
0b0be07a9c
docs: align LTO notes, API docs, and Fake-TLS guidance
2026-04-12 12:02:14 +03:00
Batmaev
26c40092f3
rm hardcoded mask timeouts
2026-04-12 10:46:18 +03:00
sintanial
ddeda8d914
feat: add configurable RST-on-close mode for client sockets
...
Add `rst_on_close` config option (off/errors/always) to control
SO_LINGER(0) behaviour on accepted TCP connections.
- `off` (default): normal FIN on all closes, no behaviour change.
- `errors`: SO_LINGER(0) set on accept, cleared after successful
handshake auth. Pre-handshake failures (scanners, DPI probes,
timeouts) send RST instead of FIN, eliminating FIN-WAIT-1 and
orphan socket accumulation. Authenticated relay sessions still
close gracefully with FIN.
- `always`: SO_LINGER(0) on accept, never cleared — all closes
send RST regardless of handshake outcome.
2026-04-10 05:01:38 +03:00
TWRoman
265478b9ca
[docs] Update CONFIG-PARAMS.en, ru
2026-04-08 19:37:03 +03:00
Roman
038f688e75
Update CONFIG_PARAMS.ru.md
2026-04-08 19:28:28 +03:00
Roman
fa3a1b4dbc
Update CONFIG_PARAMS.ru.md
2026-04-08 19:25:26 +03:00
TWRoman
e2e8b54f87
[docs] Update CONFIG-PARAMS.en
2026-04-08 19:21:44 +03:00
TWRoman
45c66bc823
[docs] Update CONFIG-PARAMS.en
2026-04-08 19:10:26 +03:00
TWRoman
7ce87749c0
Changes in README and Docs
2026-04-07 20:00:22 +03:00