summaryrefslogtreecommitdiffhomepage
path: root/net/socks5
AgeCommit message (Expand)AuthorFilesLines
2024-11-01net/socks5: optimize UDP relayVimT2-99/+119
2024-11-01net/socks5: fix UDP relay in userspace-networking modeVimT1-38/+63
2024-08-05net/socks5: support UDPVimT2-81/+484
2023-03-05net/socks5: add password auth supportDavid Crawshaw2-11/+138
2023-01-27all: update copyright and license headersWill Norris2-6/+4
2022-08-05net/socks5: use new Go 1.19 binary.AppendByteOrder.AppendUintXBrad Fitzpatrick1-3/+1
2022-07-25net/netaddr: start migrating to net/netip via new netaddr adapter packageBrad Fitzpatrick1-2/+2
2022-06-09socks5: add a simple testDenton Gentry1-0/+77
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-11-30net/tsdial: start of new package to unify all outbound dialing complexityBrad Fitzpatrick1-90/+0
2021-11-30net/socks5/tssocks, wgengine: permit SOCKS through subnet routers/exit nodesBrad Fitzpatrick1-8/+19
2021-06-28net/socks5/tssocks: add a SOCKS5 dialer type, method-ifying codeBrad Fitzpatrick1-27/+46
2021-06-28net/socks5/tssocks: add new package, move SOCKS5 glue out of tailscaledBrad Fitzpatrick2-2/+69
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