// not authorized through firewall blocking (ip does not match filter)
this.session.out.write((httpVersion+" 403 refused (IP not granted)"+serverCore.crlfString+serverCore.crlfString+"you are not allowed to connect to this proxy, because you are using the non-granted IP "+clientIP+". allowed are only connections that match with the following filter: "+switchboard.getConfig("proxyClient","*")+serverCore.crlfString).getBytes());
@ -524,11 +525,9 @@ public final class httpd implements serverHandler {
// not authorized through firewall blocking (ip does not match filter)
session.out.write((httpVersion+" 403 refused (IP not granted)"+serverCore.crlfString+serverCore.crlfString+"you are not allowed to connect to this proxy, because you are using the non-granted IP "+clientIP+". allowed are only connections that match with the following filter: "+switchboard.getConfig("proxyClient","*")+serverCore.crlfString).getBytes());
@ -677,11 +674,9 @@ public final class httpd implements serverHandler {
// not authorized through firewall blocking (ip does not match filter)
session.out.write((httpVersion+" 403 refused (IP not granted)"+serverCore.crlfString+serverCore.crlfString+"you are not allowed to connect to this proxy, because you are using the non-granted IP "+clientIP+". allowed are only connections that match with the following filter: "+switchboard.getConfig("proxyClient","*")+serverCore.crlfString).getBytes());