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

UDP: Bind a separate service to each interface #109

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Commits on Dec 24, 2021

  1. UDP: Bind a separate service to each interface

    As discussed in #106, a UDP socket bound to 0.0.0.0 results in
    pathological behavior when there are multiple interfaces of the same
    address family.  This change binds a separate instance of the UDP
    service to each interface IP, ensuring that outbound Shadowsocks packets
    have the expected source IP.
    Ben Schwartz committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    c57c97d View commit details
    Browse the repository at this point in the history