#745 Modify default server mode

This commit is contained in:
nkorange 2019-03-21 09:04:19 +08:00
parent c9ed06107d
commit 81bbbe6e56

View File

@ -89,7 +89,7 @@ public class SwitchDomain implements Record, Cloneable {
private String overriddenServerStatus = null;
private String serverMode = "MIXED";
private String serverMode = "AP";
public boolean isEnableAuthentication() {
return enableAuthentication;