This commit is contained in:
LAX1DUDE 2022-10-13 20:55:35 -07:00
commit b42e557f3f
3 changed files with 9 additions and 1 deletions

View File

@ -247,7 +247,7 @@ public class WebSocketListener extends WebSocketServer {
String s = arg1.getFieldValue(info.getForwardedIPHeader());
if(s != null) {
try {
addr = InetAddress.getByName(s);
addr = InetAddress.getByName(s.split(",", 2)[0]);
}catch(UnknownHostException e) {
System.out.println("invalid '" + info.getForwardedIPHeader() + "' header - " + e.toString());
arg0.close();

View File

@ -43,6 +43,14 @@
.*enma3\.repl\.co$
.*legend.*\.repl\.co$
.*ersupport\.com$
.*amond\-slash.*
.*pros.*min\.repl\.co$
.*lybro\.repl\.co$
.*onymous\.repl\.co$
.*alpin.*\.repl\.co$
.*arvin.*\.repl\.co$
.*lolz.*
.*zach.*\.repl\.co$
# block ambiguous domains (excuse the regex skill issues)
^(?!g\.deev\.is).*deev\.is$