feat: add fivefilters to ddclient and fix openclaw dns

This commit is contained in:
Dominik Polakovics Polakovics 2026-02-04 15:59:24 +01:00
parent 7bb5c45494
commit ae65d2e808
2 changed files with 2 additions and 0 deletions

View file

@ -48,6 +48,7 @@ with lib;
"--network=server"
"--ip=${config.networkPrefix}.97.60"
"--init"
"--dns=${config.networkPrefix}.97.1" # Use internal dnsmasq for local service resolution
# Chrome sandbox capabilities
"--cap-add=SYS_ADMIN"
"--security-opt=seccomp=unconfined"