The WebUI config editor renders these inline comments as field help. Several had grown into paragraphs (updater, rootless networking, MTU, install mode, backup engine); cut them back to a single line while keeping option lists and **ADVANCED**/**DEV** markers intact. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
10 lines
607 B
Plaintext
Executable File
10 lines
607 B
Plaintext
Executable File
# ================================================================================
|
|
# DNS - Dynamic Name Server Addresses
|
|
# @icon 🌐
|
|
# ================================================================================
|
|
|
|
CFG_DNS_SERVER_1=9.9.9.9 # Primary DNS - Primary DNS server for network resolution
|
|
CFG_DNS_SERVER_2=9.9.9.11 # Secondary DNS - Secondary DNS server for network resolution
|
|
|
|
CFG_REQUIREMENT_DNS_UPDATER=false # DNS Updater - Use AdGuard or Pi-hole as this server's DNS resolver (rewrites /etc/resolv.conf)
|