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

改正openwrt上bind網路卡的行為 #1803

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 9, 2024

  1. openwrt: bind to logical interface

    The interface name defined in /etc/config/network is called
    logic interface name in OpenWRT. Usually, it didn't present
    the interface name in Linux system.
    
    When we configure the smartdns bind to a interface, it usually
    means only the addresses assgined with that interface should be
    listened. We could have many applications bind to the same port.
    hizukiayaka committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    9e2e200 View commit details
    Browse the repository at this point in the history
  2. openwrt: allow bind to multiple addrs and ports

    We could have more than the second bind port.
    hizukiayaka committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    26763e8 View commit details
    Browse the repository at this point in the history