mirror of
https://github.com/darkk/redsocks.git
synced 2025-08-29 21:25:30 +00:00
9 lines
114 B
Plaintext
9 lines
114 B
Plaintext
redsocks {
|
|
local_port = 12345;
|
|
ip = 127.0.0.1;
|
|
port = 1080;
|
|
type = socks5;
|
|
login = darkk;
|
|
password = foo;
|
|
}
|