Skip to content
/ go-dip Public

a proxy ip service which tunnels to a dynamic ip

Notifications You must be signed in to change notification settings

zztczcx/go-dip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go-Dynamic-IP

Target

  • It will port forward the connection to another proxy ip.

  • This service will auto update and test the available proxy ip pool.

How to run it

  • through docker
    • docker run zztczcx/go-dip
  • build from Dockerfile
    • docker build -t go-dip .
    • docker run --publish 1248:1248 --name go-dip --rm go-dip
  • build from source
    • go build
    • ./go-dip

By default the open port is 1248

nc localhost 1248 ----> the output is tunneled to another ip

About

a proxy ip service which tunnels to a dynamic ip

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published