Update Config.java

This commit is contained in:
鸭王
2021-05-21 16:52:20 +08:00
committed by GitHub
parent d42551d67a
commit 5f72c1d25a

View File

@@ -14,7 +14,7 @@ import java.util.List;
*/ */
public class Config { public class Config {
public static List<String> HEADER_LIST = Arrays.asList( public static List<String> HEADER_LIST = Arrays.asList(
"X-Forwarded-For","X-Forwarded","Forwarded-For","Forwarded", "X-Forwarded-Host", "X-Forwarded-For","X-Forwarded","Forwarded-For","Forwarded","X-Requested-With","X-Requested-With", "X-Forwarded-Host",
"X-remote-IP","X-remote-addr","True-Client-IP","X-Client-IP","Client-IP","X-Real-IP", "X-remote-IP","X-remote-addr","True-Client-IP","X-Client-IP","Client-IP","X-Real-IP",
"Ali-CDN-Real-IP","Cdn-Src-Ip","Cdn-Real-Ip","CF-Connecting-IP","X-Cluster-Client-IP", "Ali-CDN-Real-IP","Cdn-Src-Ip","Cdn-Real-Ip","CF-Connecting-IP","X-Cluster-Client-IP",
"WL-Proxy-Client-IP", "Proxy-Client-IP","Fastly-Client-Ip","True-Client-Ip","X-Originating-IP", "WL-Proxy-Client-IP", "Proxy-Client-IP","Fastly-Client-Ip","True-Client-Ip","X-Originating-IP",