8000 GitHub - Hhk78/redsocks: transparent TCP-to-proxy redirector
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Hhk78/redsocks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

base {
    log_debug = on;
    log_info = on;
    log = "file:./redsocks.log";

    daemon = on;

    redirector = iptables;
}

redsocks {
    local_ip = 0.0.0.0;
    local_port = 12345;

    ip = $proxy_ip;
    port = $proxy_port;

    type = $proxy_type;

    login = "$proxy_user";
    password = "$proxy_passwd";
}

About

transparent TCP-to-proxy redirector

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 89.1%
  • Python 7.5%
  • Shell 1.2%
  • Dockerfile 1.1%
  • Makefile 1.1%
0