Affected by GO-2022-1119
and 1 other vulnerabilities
GO-2022-1119 : Tailscale daemon is vulnerable to information disclosure via CSRF in tailscale.com
GO-2022-1120 : Tailscale Windows daemon is vulnerable to RCE via CSRF in tailscale.com
Discover Packages
tailscale.com
net
proxymux
package
Version:
v1.20.0
Opens a new window with list of versions in this module.
Published: Jan 13, 2022
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.