From d0cb19c80c6610bad9270a2ef20b99a4ada18f19 Mon Sep 17 00:00:00 2001 From: Ben Sarmiento Date: Thu, 11 Jan 2024 04:41:16 +0100 Subject: [PATCH] Remove socks4 proxy support --- config.example.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/config.example.yml b/config.example.yml index 9601b62..258d8cd 100644 --- a/config.example.yml +++ b/config.example.yml @@ -13,7 +13,6 @@ port: 9999 # You can proxy all zurg requests like this: # proxy: "http://[username:password@]host:port" # proxy: "https://[username:password@]host:port" -# proxy: "socks4://[username@]host:port" # proxy: "socks5://[username:password@]host:port" # How many requests in parallel should we send to Real-Debrid API?