This commit is contained in:
pixtaded 2025-06-23 21:36:12 +03:00
parent 8f77d2a511
commit 7c3f25dd2e

View File

@ -41,7 +41,7 @@ public class ServerThread implements Runnable {
String address = socket.getInetAddress().getHostAddress();
if (PID[0] == 'P') {
if (!this.server.isProxied()) {
System.err.println(address + " tried to use PROXY despite it being off.");
System.err.println(address + " tried to use PROXY despite it being turned off.");
socket.close();
return;
}