Skip to content

One command to quickly install an anonymous proxy

Notifications You must be signed in to change notification settings

khanhtdk/mkproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Instruction

Use command: sudo make install [params]
Parameters:  save-url=/path/to/file    where to save generated proxy URL
             user=username             specify proxy user, or use random
             passwd=password           specify proxy password, or use random
Uninstall:   sudo make uninstall
Reconfigure: sudo make reconf [params]

Example

Use generated random username and password:

$ sudo make install save-url=/home/user/proxy.txt

Specify username and password:

$ sudo make install save-url=/home/user/proxy.txt user=proxy passwd=testing123

About

One command to quickly install an anonymous proxy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published