Skip to content

Commit

Permalink
Load DNS overwrite config on startup
Browse files Browse the repository at this point in the history
I recently noticed that DNS overwrite does not happen. There are messages in logs: "No DNS overwrite for <REDACTED>", but I definitely have configured DNS overwrithng. I think it's because DNS overwriting config is not loaded when ma1sd starts up.
Documented here: https://github.com/ma1uta/ma1sd/blob/master/docs/features/authentication.md#dns-overwrite and here: https://github.com/ma1uta/ma1sd/blob/master/docs/features/directory.md#dns-overwrite
  • Loading branch information
NullIsNot0 authored Jan 7, 2020
1 parent 15db563 commit ce938bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/io/kamax/mxisd/config/MxisdConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ public MxisdConfig build() {
getAuth().build();
getAccountConfig().build();
getDirectory().build();
getDns().build();
getExec().build();
getFirebase().build();
getForward().build();
Expand Down

0 comments on commit ce938bb

Please sign in to comment.