Skip to content

hypnguyen1209/tailscale-socks5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tailscale-socks5

Create Tailscale Auth Key:

image

  • Save this key to bind env TAILSCALE_AUTHKEY

image

Build and run container:

git clone https://github.com/hypnguyen1209/tailscale-socks5
cd tailscale-socks5
docker build -t hypnguyen1209/tailscale-socks5 .

Run with TAILSCALE_AUTHKEY

docker run -p 10800:1080 --env TAILSCALE_AUTHKEY=tskey-auth-xxx hypnguyen1209/tailscale-socks5

Test:

# curl to device in your tailnet. Example 100.78.16.70:8000/http
curl 100.83.134.154:8000 --proxy socks5h://127.0.0.1:10800

About

Tailscale client over socks5 proxy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published