modules/sss: do not perform dyndns when addrPublic exists

This commit is contained in:
Max Headroom 2022-08-04 01:16:49 +02:00
parent dc1cee54b6
commit d552486321

View file

@ -41,7 +41,7 @@ in
cache_credentials = true;
krb5_store_password_if_offline = true;
dyndns_update = interfaces ? primary.link;
dyndns_update = interfaces ? primary.link && ! interfaces.primary ? addrPublic;
dyndns_iface = interfaces.primary.link or "";
fallback_homedir = "/home/%u@%d";