From 2f3013b2f60ed4fefa4e48ae63b33565c1fd502e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 19 Feb 2024 18:35:55 +0100 Subject: [PATCH] Update config.json --- socks5-proxy/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/socks5-proxy/config.json b/socks5-proxy/config.json index 627623208..5517e234f 100644 --- a/socks5-proxy/config.json +++ b/socks5-proxy/config.json @@ -5,7 +5,7 @@ "armv7" ], "codenotary": "alexandrep.github@gmail.com", - "description": "high performance proxy server", + "description": "Simple socks5 server using go-socks5", "environment": { "PROXY_PORT": "1080" },