Thanks to visit codestin.com
Credit goes to github.com

Skip to content

katterkelly/undetectproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

undetectproxy

  • Force proxy to tunnel mode.
options = {};
options.timeout = 30*60*1000; //30 phut timeout
options.type = 'socks'; //proxy
options.host '22.22.22.22';
options.port '8080';
options.auth = {}; //updating
options.auth.username = 'kkk'; //updating
options.auth.password = 'kkk'; //updating

function callback(error,proxy_port){
//tra ve port;
}

About

- Force proxy to tunnel mode.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors