Skip to content

Instantly share code, notes, and snippets.

@imrehg
Created December 12, 2017 16:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imrehg/e720f7d5192a2248c0105639c7f9770b to your computer and use it in GitHub Desktop.
Save imrehg/e720f7d5192a2248c0105639c7f9770b to your computer and use it in GitHub Desktop.
resinOS socks proxy example
base {
log_debug = off;
log_info = on;
log = stderr;
daemon = off;
redirector = iptables;
}
redsocks {
type = socks5;
ip = <SERVER IP>;
port = 8123;
local_ip = 127.0.0.1;
local_port = 12345;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment