feat: add fivefilters to ddclient and fix openclaw dns
This commit is contained in:
parent
7bb5c45494
commit
ae65d2e808
2 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
|||
"element.cloonar.com"
|
||||
"foundry-vtt.cloonar.com"
|
||||
"foundry-ha.cloonar.com"
|
||||
"fivefilters.cloonar.com"
|
||||
"fw.cloonar.com"
|
||||
"git.cloonar.com"
|
||||
"jellyfin.cloonar.com"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue