Manage AdGuard Home — the network-wide DNS server that blocks ads, trackers, and malware for your entire network.
http://192.168.1.1:3000 or https://your-vps.example.com)export ADGUARD_USERNAME=your_username
export ADGUARD_PASSWORD=your_password
export ADGUARD_BASE_URL=http://192.168.1.1:3000
statusGet overall AdGuard Home status — DNS status, filtering enabled, protection level.
adguard-home-status
statsGet filtering statistics: total blocked, allowed, queries today, top blocked domains.
adguard-home-stats [period] # period: hour, day, week, month, year (default: day)
blocked_domainsGet the most frequently blocked domains.
adguard-home-blocked-domains [limit] # default: 20
add_ruleAdd a custom DNS blocking rule.
adguard-home-add-rule "<domain or rule>"
# Examples:
# adguard-home-add-rule "example.com" # block single domain
# adguard-home-add-rule "||example.com^" # AdGuard blocking syntax
# adguard-home-add-rule "@||example.com^" # allowlist exception
remove_ruleRemove a custom DNS rule by content.
adguard-home-remove-rule "<rule>"
list_rulesList all custom DNS rewrite rules.
adguard-home-list-rules
query_logQuery the DNS query log — find what domains were resolved on the network.
adguard-home-query-log [domain_filter] [limit]
# Example: adguard-home-query-log "ads" 50
toggle_filteringEnable or disable DNS filtering (ad blocking).
adguard-home-toggle-filtering true # or false
https://github.com/AdguardTeam/AdGuardHome/wiki/Config#web-interface共 1 个版本
暂无安全检测报告