From bf0bcec65865bdb6ca2d5056696bc4bf326e41f9 Mon Sep 17 00:00:00 2001 From: monosans Date: Mon, 26 Aug 2024 08:54:44 +0300 Subject: [PATCH] Use `host` instead of `ip` in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90ebdb0..8049528 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ HTTP, SOCKS4, SOCKS5 proxies scraper and checker. - Can determine if the proxy is anonymous. - Supports determining the geolocation of the proxy exit node. - Can sort proxies by speed. -- Uses regex to find proxies of format `protocol://username:password@ip:port` on a web page or in a local file, allowing proxies to be extracted even from json without code changes. +- Uses regex to find proxies of format `protocol://username:password@host:port` on a web page or in a local file, allowing proxies to be extracted even from json without code changes. - Supports proxies with authentication. - It is possible to specify the URL to which to send a request to check the proxy. - Supports saving to plain text and json.