From d3173b3a7b57857552bcc4bf8b80f14bd0d25634 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Tue, 11 Jan 2022 14:32:01 -0500 Subject: [PATCH] consistent use of quotes for login and password --- redsocks.conf.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/redsocks.conf.example b/redsocks.conf.example index 67bdf965..c086c061 100644 --- a/redsocks.conf.example +++ b/redsocks.conf.example @@ -124,8 +124,8 @@ redudp { // `ip' and `port' of socks5 proxy server. ip = 10.0.0.1; port = 1080; - login = username; - password = pazzw0rd; + login = "username"; + password = "pazzw0rd"; // redsocks knows about two options while redirecting UDP packets at // linux: TPROXY and REDIRECT. TPROXY requires more complex routing