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

Allow custom tcp or udp listener #95

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

Commits on Nov 9, 2023

  1. fmt: format comments

    rtgnx committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    d2db356 View commit details
    Browse the repository at this point in the history
  2. Allow for custom tcp listener or udp connections

    This allows for a custom network connection such as
    tailscale (wireguard) which implements net.Listener or net.UDPConn
    Example: https://gist.github.com/morgangallant/c77be4c38174f477f8734c09d64638a9
    rtgnx committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    f909e96 View commit details
    Browse the repository at this point in the history