Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[app/dispatcher] Correctly implement QUIC sniffer #2335

Merged
merged 3 commits into from
Feb 19, 2023

Commits on Feb 19, 2023

  1. Fix sockopt.TcpKeepAliveInterval

    The Keep-Alive configs may be overridden with golang default settings when `tcpKeepAliveInterval` is set without `tcpKeepAliveIdle`.
    Adopt: XTLS/Xray-core#1328
    cubarco authored and xiaokangwang committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    c5386b8 View commit details
    Browse the repository at this point in the history
  2. feat: add option to override destination of access log

    When SystemPolicy.OverrideAccessLogDest is enabled, destination host
    in access log will be replaced with sniffed host. (v2fly#866)
    mydogshitgold authored and xiaokangwang committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    5893d2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b3215c View commit details
    Browse the repository at this point in the history