summaryrefslogtreecommitdiffhomepage
path: root/net/socks5/socks5.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-11-18all: rename variables with lowercase-l/uppercase-IAlex Chan1-3/+3
2024-11-01net/socks5: optimize UDP relayVimT1-27/+25
2024-11-01net/socks5: fix UDP relay in userspace-networking modeVimT1-38/+63
2024-08-05net/socks5: support UDPVimT1-81/+371
2023-03-05net/socks5: add password auth supportDavid Crawshaw1-11/+60
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-08-05net/socks5: use new Go 1.19 binary.AppendByteOrder.AppendUintXBrad Fitzpatrick1-3/+1
2022-03-17all: use any instead of interface{}Josh Bleecher Snyder1-1/+1
2022-03-08net/socks5: always close client connections after servingMaisem Ali1-1/+1
2021-06-28net/socks5/tssocks: add new package, move SOCKS5 glue out of tailscaledBrad Fitzpatrick1-2/+9
2021-06-23net/socks5: fix a typoBrad Fitzpatrick1-1/+1
2021-03-01cmd/tailscaled, wgengine: remove --fake, replace with netstackBrad Fitzpatrick1-12/+20
2021-02-26net/socks5: create SOCKS5 package for proxy server in userspace networkingNaman Sood1-0/+356