Better naming for public relays

This commit is contained in:
ayunami2000 2022-08-25 10:29:47 -04:00
parent 0aebddc654
commit 0243bd3c6e

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 = "Eags. Public LAN Relay";
private String serverComment = "LAN Relay";
public void load(File conf) {
if(!conf.isFile()) {