-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
30 lines (25 loc) · 847 Bytes
/
Copy path.env.example
File metadata and controls
30 lines (25 loc) · 847 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Tailnet-only custom domain for Caddy.
# Canonical single-node hostname:
# adguardhome.ayn.taipei
DOMAIN=
# Cloudflare API token used only for Let's Encrypt DNS-01 challenges.
# Scope it to Zone:DNS:Edit for the parent DNS zone. Public A/AAAA records are
# intentionally not configured; AdGuard split-horizon rewrites resolve DOMAIN
# to this Pi's tailnet IPv4/IPv6.
CF_API_TOKEN=
# Container names
AGH_CONTAINER_NAME=adguardhome
TAILSCALE_CONTAINER_NAME=adguardhome-tailscale
UNBOUND_CONTAINER_NAME=adguardhome-unbound
# Main LAN settings for the macvlan-attached AdGuard Home container
AGH_IPV4=
LAN_PARENT_IFACE=
LAN_SUBNET=
LAN_GATEWAY=
# Private Docker bridge used for AGH -> Unbound
INTERNAL_SUBNET=172.30.53.0/24
INTERNAL_AGH_IPV4=172.30.53.3
INTERNAL_UNBOUND_IPV4=172.30.53.2
# Tailscale sidecar settings
TS_HOSTNAME=
TS_AUTHKEY=