From 803592d0173e8df64996008893f514bed848101a Mon Sep 17 00:00:00 2001 From: Jumping Qu Date: Wed, 16 Jun 2021 20:18:22 +0800 Subject: [PATCH] Update README.md Fixed widows with windows --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 189c1a0..28b88d2 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ And ProxyAdmin is a powerful web console of snail007/goproxy . - Communication encryption, if the program is not a level one proxies, and the upper level proxies is also the program, then the communication between the upper level proxies and the upper level proxies can be encrypted, and the underlying tls high-intensity encryption is used, and the security is featureless. - Smart HTTP, SOCKS5 proxy, will automatically determine whether the visited website is blocked. If it is blocked, it will use the upstream proxies (provided that the upstream proxies is configured) to access the website; if the visited website is not blocked, in order to speed up the access, the proxies will Direct access to the website without using a upstream proxies. - Domain name black and white list, more free to control the way the website is accessed. -- Cross-platform, whether you are widows, linux, mac, or even raspberry pie, you can run the proxy very well. +- Cross-platform, whether you are windows, linux, mac, or even raspberry pie, you can run the proxy very well. - Multi-protocol support, support for HTTP(S), TCP, UDP, Websocket, SOCKS5 proxy. - TCP/UDP port forwarding. - Support intranet penetration, protocol supports TCP and UDP. @@ -2066,4 +2066,4 @@ Client service parameters can use placeholders: `{AGENT_ID}` to refer to the age For example, client service parameters: -`client -T tcp -P 1.1.1.1:30000 --k {AGENT_ID}` \ No newline at end of file +`client -T tcp -P 1.1.1.1:30000 --k {AGENT_ID}`