A free, open, self-hosted app platform (GNU AGPLv3): one-click app deploys, Traefik reverse proxy with automatic SSL, rootless Docker support, gluetun VPN routing, and a web dashboard to manage it all. Free & open forever to self-host; optional paid hosted services fund it. See PROMISE.md. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Signed-off-by: librelad <librelad@digitalangels.vip>
22 lines
638 B
Plaintext
Executable File
22 lines
638 B
Plaintext
Executable File
server:
|
|
interface: 0.0.0.0@53
|
|
access-control: 10.0.0.0/8 allow
|
|
access-control: 172.16.0.0/12 allow
|
|
access-control: 192.168.0.0/16 allow
|
|
access-control: 127.0.0.1/32 allow
|
|
|
|
# >>> libreportal-monitoring >>>
|
|
#remote-control:
|
|
# control-enable: yes
|
|
# control-interface: 0.0.0.0
|
|
# control-port: 8953
|
|
# control-use-cert: no
|
|
# <<< libreportal-monitoring <<<
|
|
|
|
forward-zone:
|
|
name: "."
|
|
#forward-addr: 10.100.0.1@53 # Bind9 for local domain
|
|
#forward-addr: 10.100.0.31@53 # Local Pi-Hole
|
|
forward-addr: 10.100.0.3@53 # Local AdGuard
|
|
forward-addr: 9.9.9.9@853 # Quad9 DoT
|
|
forward-ssl-upstream: yes |