diff --git a/config.toml b/config.toml index d135e10..5b887f9 100644 --- a/config.toml +++ b/config.toml @@ -49,10 +49,8 @@ sources = [ "https://api.openproxylist.xyz/http.txt", "https://api.proxyscrape.com/v2/?request=getproxies&protocol=http", "https://api.proxyscrape.com/v2/?request=getproxies&protocol=https", - "https://openproxy.space/list/http", "https://proxyspace.pro/http.txt", "https://proxyspace.pro/https.txt", - "https://raw.githubusercontent.com/AGDDoS/AGProxy/master/proxies/http.txt", "https://raw.githubusercontent.com/ALIILAPRO/Proxy/main/http.txt", "https://raw.githubusercontent.com/andigwandi/free-proxy/main/proxy_list.txt", "https://raw.githubusercontent.com/Anonym0usWork1221/Free-Proxies/main/proxy_files/http_proxies.txt", @@ -84,13 +82,9 @@ sources = [ "https://raw.githubusercontent.com/tuanminpay/live-proxy/master/http.txt", "https://raw.githubusercontent.com/vakhov/fresh-proxy-list/master/http.txt", "https://raw.githubusercontent.com/vakhov/fresh-proxy-list/master/https.txt", - "https://raw.githubusercontent.com/Vann-Dev/proxy-list/main/proxies/http.txt", - "https://raw.githubusercontent.com/Vann-Dev/proxy-list/main/proxies/https.txt", "https://raw.githubusercontent.com/Zaeem20/FREE_PROXIES_LIST/master/http.txt", "https://raw.githubusercontent.com/Zaeem20/FREE_PROXIES_LIST/master/https.txt", "https://raw.githubusercontent.com/zevtyardt/proxy-list/main/http.txt", - "https://raw.githubusercontent.com/zloi-user/hideip.me/main/http.txt", - "https://raw.githubusercontent.com/zloi-user/hideip.me/main/https.txt", "https://www.proxy-list.download/api/v1/get?type=http", "https://www.proxy-list.download/api/v1/get?type=https", ] @@ -100,9 +94,7 @@ enabled = true sources = [ # Local proxy list example # "./socks4_proxies.txt", - "https://api.openproxylist.xyz/socks4.txt", "https://api.proxyscrape.com/v2/?request=getproxies&protocol=socks4", - "https://openproxy.space/list/socks4", "https://proxyspace.pro/socks4.txt", "https://raw.githubusercontent.com/ALIILAPRO/Proxy/main/socks4.txt", "https://raw.githubusercontent.com/Anonym0usWork1221/Free-Proxies/main/proxy_files/socks4_proxies.txt", @@ -123,9 +115,7 @@ sources = [ "https://raw.githubusercontent.com/vakhov/fresh-proxy-list/master/socks4.txt", "https://raw.githubusercontent.com/Vann-Dev/proxy-list/main/proxies/socks4.txt", "https://raw.githubusercontent.com/Zaeem20/FREE_PROXIES_LIST/master/socks4.txt", - "https://raw.githubusercontent.com/zevtyardt/proxy-list/main/socks4.txt", - "https://raw.githubusercontent.com/zloi-user/hideip.me/main/socks4.txt", - "https://www.proxy-list.download/api/v1/get?type=socks4", + "https://raw.githubusercontent.com/zevtyardt/proxy-list/main/socks4.txt" ] [socks5] @@ -135,9 +125,7 @@ sources = [ # "./socks5_proxies.txt", "https://api.openproxylist.xyz/socks5.txt", "https://api.proxyscrape.com/v2/?request=getproxies&protocol=socks5", - "https://openproxy.space/list/socks5", "https://proxyspace.pro/socks5.txt", - "https://raw.githubusercontent.com/AGDDoS/AGProxy/master/proxies/socks5.txt", "https://raw.githubusercontent.com/ALIILAPRO/Proxy/main/socks5.txt", "https://raw.githubusercontent.com/Anonym0usWork1221/Free-Proxies/main/proxy_files/socks5_proxies.txt", "https://raw.githubusercontent.com/elliottophellia/yakumo/master/results/socks5/global/socks5_checked.txt", @@ -157,9 +145,6 @@ sources = [ "https://raw.githubusercontent.com/Tsprnay/Proxy-lists/master/proxies/socks5.txt", "https://raw.githubusercontent.com/tuanminpay/live-proxy/master/socks5.txt", "https://raw.githubusercontent.com/vakhov/fresh-proxy-list/master/socks5.txt", - "https://raw.githubusercontent.com/Vann-Dev/proxy-list/main/proxies/socks5.txt", - "https://raw.githubusercontent.com/Zaeem20/FREE_PROXIES_LIST/master/socks5.txt", "https://raw.githubusercontent.com/zevtyardt/proxy-list/main/socks5.txt", - "https://raw.githubusercontent.com/zloi-user/hideip.me/main/socks5.txt", "https://www.proxy-list.download/api/v1/get?type=socks5", ] diff --git a/uv.lock b/uv.lock index d12e66f..812b914 100644 --- a/uv.lock +++ b/uv.lock @@ -1,4 +1,5 @@ version = 1 +revision = 1 requires-python = ">=3.9, <4" [[package]] @@ -970,7 +971,7 @@ requires-dist = [ { name = "aiodns", marker = "extra == 'non-termux'", specifier = ">=1.1,<4" }, { name = "aiofiles" }, { name = "aiohttp", specifier = ">=3.8.6,<4" }, - { name = "aiohttp-socks", specifier = ">=0.7,<0.10" }, + { name = "aiohttp-socks", specifier = ">=0.7,<0.11" }, { name = "attrs", specifier = ">=22.2" }, { name = "brotli", marker = "implementation_name == 'cpython'", specifier = ">=1,<2" }, { name = "brotlicffi", marker = "implementation_name != 'cpython'", specifier = "<2" }, @@ -981,8 +982,9 @@ requires-dist = [ { name = "rich", specifier = ">=12.3,<14" }, { name = "tomli", marker = "python_full_version < '3.11'", specifier = "<3" }, { name = "uvloop", marker = "(implementation_name == 'cpython' and sys_platform == 'darwin' and extra == 'non-termux') or (implementation_name == 'cpython' and sys_platform == 'linux' and extra == 'non-termux')", specifier = ">=0.14,<0.22" }, - { name = "winloop", marker = "(implementation_name == 'cpython' and sys_platform == 'cygwin') or (implementation_name == 'cpython' and sys_platform == 'win32')", specifier = "<0.1.7" }, + { name = "winloop", marker = "(implementation_name == 'cpython' and sys_platform == 'cygwin') or (implementation_name == 'cpython' and sys_platform == 'win32')", specifier = "<0.1.8" }, ] +provides-extras = ["non-termux"] [package.metadata.requires-dev] dev = [