Undo rename relay

This commit is contained in:
ayunami2000 2022-08-25 12:43:55 -04:00
parent 0243bd3c6e
commit 1924f5896c

View File

@ -37,7 +37,7 @@ public class EaglerSPRelayConfig {
private String[] originWhitelistArray = new String[0];
private boolean enableRealIpHeader = false;
private boolean enableShowLocals = true;
private String serverComment = "LAN Relay";
private String serverComment = "Eags. Public LAN Relay";
public void load(File conf) {
if(!conf.isFile()) {