GO-2023-1671 : Non-interactive Tailscale SSH sessions on FreeBSD may use the effective group ID of the tailscaled process in tailscale.com
Discover Packages
tailscale.com
net
proxymux
package
Version:
v1.38.1
Opens a new window with list of versions in this module.
Published: Mar 14, 2023
License: BSD-3-Clause
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 10
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package proxymux splits a net.Listener in two, routing SOCKS5
connections to one and HTTP requests to the other.
It allows for hosting both a SOCKS5 proxy and an HTTP proxy on the
same listener.
SplitSOCKSAndHTTP accepts connections on ln and passes connections
through to either socksListener or httpListener, depending the
first byte sent by the client.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.