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

honor remote_allow_list in hole punch response #1186

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

Commits on Jul 23, 2024

  1. honor remote_allow_ilst in hole punch response

    When we receive a "hole punch notification" from a Lighthouse, we send
    a hole punch packet to every remote of that host, even if we don't
    include those remotes in our "remote_allow_list". Change the logic here
    to check if the remote IP is in our allow list before sending the hole
    punch packet.
    wadey committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    1170ff1 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    7445823 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    c87e2cb View commit details
    Browse the repository at this point in the history
  2. fix for netip

    wadey committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    7a36dd0 View commit details
    Browse the repository at this point in the history