Use identity IP by default

This commit is contained in:
M66B
2019-02-28 16:05:55 +00:00
parent c8238ae1ae
commit 26290a693a
4 changed files with 1544 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ public class EntityIdentity {
public String password;
public String realm;
@NonNull
public Boolean use_ip = false; // instead of domain name
public Boolean use_ip = true; // instead of domain name
@NonNull
public Boolean synchronize;
@NonNull