Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 606 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 606 Bytes

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