changed default forward IP header for relay

This commit is contained in:
LAX1DUDE 2022-08-27 16:45:34 -07:00
parent 458a313e26
commit 728a1f62b5
2 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ public class EaglerSPRelayConfig {
private String originWhitelist = "";
private String[] originWhitelistArray = new String[0];
private boolean enableRealIpHeader = false;
private String realIpHeaderName = "CF-Connecting-IP";
private String realIpHeaderName = "X-Real-IP";
private boolean enableShowLocals = true;
private String serverComment = "Eags. Public LAN Relay";

Binary file not shown.