I noticed that adblock-fast does not start at boot on my relatively complex openwrt router installation.
To verify in a clean environment I set up a vanilla system in Hyper-V (eth0 private network, eth1 external network) with adblock-fast 1.1.3.r13 from openwrt repo. Standard dnsmasq.servers configuration, one block list enabled.
After WAN interface found, adblock-fast logs "Setting trigger (on_boot) [β]" and then does nothing. Dnsmasq obviously can't read the adblock serversfile. Is that the intended behavior? I can start adblock-fast manually later no problem (16:16:39 in log), but that defies the purpose of a headless device, doesn't it?
PS: Unrelated, but interesting to see, that dnsmasq starts way too early, even before the 'lan' interface is up.
/etc/config/adblock-fast (vanilla)
config adblock-fast 'config'
option enabled '1'
list allowed_domain 'cdn.jsdelivr.net'
option allow_non_ascii '0'
option canary_domains_icloud '0'
option canary_domains_mozilla '0'
option compressed_cache '0'
option compressed_cache_dir '/etc'
option config_update_enabled '0'
option config_update_url 'https://cdn.jsdelivr.net/gh/openwrt/packages/net/adblock-fast/files/adblock-fast.config.update'
option curl_max_file_size '30000000'
option curl_retry '3'
option debug '0'
option dns 'dnsmasq.servers'
list dnsmasq_instance '*'
option download_timeout '10'
option force_dns '0'
list force_dns_port '53'
list force_dns_port '853'
option parallel_downloads '1'
option pause_timeout '20'
option procd_trigger_wan6 '0'
option procd_boot_delay '0'
option procd_boot_wan_timeout '60'
option verbosity '2'
config file_url
option name 'Hagezi - Pro'
option url 'https://cdn.jsdelivr.net/gh/hagezi/dns-blocklists@latest/domains/pro.txt'
option size '12522070'
option action 'block'
option enabled '0'
config file_url
option name 'AdguardTeam - CNAME Trackers'
option url 'https://raw.githubusercontent.com/AdguardTeam/cname-trackers/master/data/combined_disguised_trackers_justdomains.txt'
option size '6241707'
option action 'block'
option enabled '0'
config file_url
option name 'OISD - Big'
option url 'https://big.oisd.nl/'
option size '6163363'
option action 'block'
option enabled '0'
config file_url
option name 'StevenBlack - Unified hosts'
option url 'https://cdn.jsdelivr.net/gh/StevenBlack/hosts/hosts'
option size '6475160'
option action 'block'
config file_url
option name '1Hosts - Lite'
option url 'https://o0.pages.dev/Lite/domains.txt'
option size '2786010'
option action 'block'
option enabled '0'
config file_url
option name 'Bongochong - Combined Privacy Block Lists (TLD Optimized)'
option url 'https://cdn.jsdelivr.net/gh/bongochong/CombinedPrivacyBlockLists/NoFormatting/cpbl-ctld.txt'
option size '2608152'
option action 'block'
option enabled '0'
config file_url
option name 'CERT Polska - Dangerous Websites'
option url 'https://hole.cert.pl/domains/v2/domains.txt'
option size '731479'
option action 'block'
option enabled '0'
config file_url
option name 'Kboghdady - YouTube Ads DNS'
option url 'https://cdn.jsdelivr.net/gh/kboghdady/youTube_ads_4_pi-hole/black.list'
option size '553006'
option action 'block'
option enabled '0'
config file_url
option name 'AdguardTeam - CNAME Clickthroughs'
option url 'https://raw.githubusercontent.com/AdguardTeam/cname-trackers/master/data/combined_disguised_clickthroughs_justdomains.txt'
option size '362170'
option action 'block'
option enabled '0'
config file_url
option name 'SomeoneWhoCares - Hosts'
option url 'https://someonewhocares.org/hosts/hosts'
option size '347410'
option action 'block'
option enabled '0'
config file_url
option name 'WinHelp2002 MVPS - Hosts'
option url 'https://winhelp2002.mvps.org/hosts.txt'
option size '334861'
option action 'block'
option enabled '0'
config file_url
option name 'AdAway - Hosts'
option url 'https://adaway.org/hosts.txt'
option size '243454'
option action 'block'
option enabled '0'
config file_url
option name 'AdguardTeam - CNAME Ads'
option url 'https://raw.githubusercontent.com/AdguardTeam/cname-trackers/master/data/combined_disguised_ads_justdomains.txt'
option size '222595'
option action 'block'
option enabled '0'
config file_url
option name 'AdguardTeam - CNAME Microsites'
option url 'https://raw.githubusercontent.com/AdguardTeam/cname-trackers/master/data/combined_disguised_microsites_justdomains.txt'
option size '123275'
option action 'block'
option enabled '0'
config file_url
option name 'Yoyo.org - Hosts'
option url 'https://pgl.yoyo.org/as/serverlist.php?hostformat=hosts&showintro=1&mimetype=plaintext'
option size '99588'
option action 'block'
option enabled '0'
config file_url
option name 'Hoshsadiq - NoCoin Adblock List'
option url 'https://cdn.jsdelivr.net/gh/hoshsadiq/adblock-nocoin-list/hosts.txt'
option size '11149'
option action 'block'
option enabled '0'
/etc/config/dhcp (vanilla)
config dnsmasq
option domainneeded '1'
option boguspriv '1'
option filterwin2k '0'
option localise_queries '1'
option rebind_protection '1'
option rebind_localhost '1'
option local '/lan/'
option domain 'lan'
option expandhosts '1'
option nonegcache '0'
option cachesize '1000'
option authoritative '1'
option readethers '1'
option leasefile '/tmp/dhcp.leases'
option resolvfile '/tmp/resolv.conf.d/resolv.conf.auto'
option nonwildcard '1'
option localservice '1'
option ednspacket_max '1232'
option filter_aaaa '0'
option filter_a '0'
option serversfile '/var/run/adblock-fast/dnsmasq.servers'
config dhcp 'lan'
option interface 'lan'
option start '100'
option limit '150'
option leasetime '12h'
option dhcpv4 'server'
option dhcpv6 'server'
option ra 'server'
option ra_slaac '1'
list ra_flags 'managed-config'
list ra_flags 'other-config'
config dhcp 'wan'
option interface 'wan'
option ignore '1'
config odhcpd 'odhcpd'
option maindhcp '0'
option leasefile '/tmp/hosts/odhcpd'
option leasetrigger '/usr/sbin/odhcpd-update'
option loglevel '4'
System log (vanilla)
...
16:16:03 2025 kern.info kernel: [ 7.144150] e1000: Intel(R) PRO/1000 Network Driver
16:16:03 2025 kern.info kernel: [ 7.144485] e1000: Copyright (c) 1999-2006 Intel Corporation.
16:16:03 2025 user.info kernel: [ 7.147555] urngd: v1.0.2 started.
16:16:03 2025 kern.info kernel: [ 7.156393] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver
16:16:03 2025 kern.info kernel: [ 7.156644] ixgbe: Copyright (c) 1999-2016 Intel Corporation.
16:16:03 2025 kern.info kernel: [ 7.163547] i2c_dev: i2c /dev entries driver
16:16:03 2025 kern.info kernel: [ 7.181213] e1000e: Intel(R) PRO/1000 Network Driver
16:16:03 2025 kern.info kernel: [ 7.181446] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
16:16:03 2025 kern.info kernel: [ 7.186663] PPP generic driver version 2.4.2
16:16:03 2025 kern.info kernel: [ 7.187156] NET: Registered PF_PPPOX protocol family
16:16:03 2025 user.info kernel: [ 7.196579] kmodloader: done loading kernel modules from /etc/modules.d/*
16:16:03 2025 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
16:16:03 2025 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
16:16:03 2025 daemon.info dnsmasq[1]: started, version 2.90 cachesize 1000
16:16:03 2025 daemon.info dnsmasq[1]: DNS service limited to local subnets
16:16:03 2025 daemon.info dnsmasq[1]: compile time options: IPv6 GNU-getopt no-DBus UBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-nftset no-auth no-cryptohash no-DNSSEC no-ID loop-detect inotify dumpfile
16:16:03 2025 daemon.info dnsmasq[1]: UBus support enabled: connected to system bus
16:16:03 2025 daemon.info dnsmasq[1]: using only locally-known addresses for test
16:16:03 2025 daemon.info dnsmasq[1]: using only locally-known addresses for onion
16:16:03 2025 daemon.info dnsmasq[1]: using only locally-known addresses for localhost
16:16:03 2025 daemon.info dnsmasq[1]: using only locally-known addresses for local
16:16:03 2025 daemon.info dnsmasq[1]: using only locally-known addresses for invalid
16:16:03 2025 daemon.info dnsmasq[1]: using only locally-known addresses for bind
16:16:03 2025 daemon.info dnsmasq[1]: using only locally-known addresses for lan
16:16:03 2025 daemon.warn dnsmasq[1]: no servers found in /tmp/resolv.conf.d/resolv.conf.auto, will retry
16:16:03 2025 daemon.info dnsmasq[1]: read /etc/hosts - 12 names
16:16:03 2025 daemon.info dnsmasq[1]: read /tmp/hosts/dhcp.cfg01411c - 0 names
16:16:03 2025 daemon.err dnsmasq[1]: cannot read /var/run/adblock-fast/dnsmasq.servers: No such file or directory
16:16:03 2025 daemon.info dnsmasq[1]: using only locally-known addresses for test
16:16:03 2025 daemon.info dnsmasq[1]: using only locally-known addresses for onion
16:16:03 2025 daemon.info dnsmasq[1]: using only locally-known addresses for localhost
16:16:03 2025 daemon.info dnsmasq[1]: using only locally-known addresses for local
16:16:03 2025 daemon.info dnsmasq[1]: using only locally-known addresses for invalid
16:16:03 2025 daemon.info dnsmasq[1]: using only locally-known addresses for bind
16:16:03 2025 daemon.info dnsmasq[1]: using only locally-known addresses for lan
16:16:03 2025 authpriv.info dropbear[1604]: Not backgrounding
16:16:03 2025 user.notice : Added device handler type: vrf
16:16:03 2025 user.notice : Added device handler type: bonding
16:16:03 2025 user.notice : Added device handler type: 8021ad
16:16:03 2025 user.notice : Added device handler type: 8021q
16:16:03 2025 user.notice : Added device handler type: macvlan
16:16:03 2025 user.notice : Added device handler type: veth
16:16:03 2025 user.notice : Added device handler type: bridge
16:16:03 2025 user.notice : Added device handler type: Network device
16:16:03 2025 user.notice : Added device handler type: tunnel
16:16:03 2025 daemon.notice netifd: Interface 'lan' is enabled
16:16:03 2025 daemon.notice netifd: Interface 'lan' is setting up now
16:16:03 2025 daemon.notice netifd: Interface 'lan' is now up
16:16:03 2025 kern.info kernel: [ 8.543174] br-lan: port 1(eth0) entered blocking state
16:16:03 2025 kern.info kernel: [ 8.543448] br-lan: port 1(eth0) entered disabled state
16:16:03 2025 kern.info kernel: [ 8.543633] hv_netvsc d5727c0b-eaa2-44af-a430-e7ecb4bf37c4 eth0: entered allmulticast mode
16:16:03 2025 kern.info kernel: [ 8.543888] hv_netvsc d5727c0b-eaa2-44af-a430-e7ecb4bf37c4 eth0: entered promiscuous mode
16:16:03 2025 kern.info kernel: [ 8.544636] br-lan: port 1(eth0) entered blocking state
16:16:03 2025 kern.info kernel: [ 8.544853] br-lan: port 1(eth0) entered forwarding state
16:16:03 2025 daemon.notice netifd: bridge 'br-lan' link is up
16:16:03 2025 daemon.notice netifd: Interface 'lan' has link connectivity
16:16:03 2025 daemon.notice netifd: Interface 'loopback' is enabled
16:16:03 2025 daemon.notice netifd: Interface 'loopback' is setting up now
16:16:03 2025 daemon.notice netifd: Interface 'loopback' is now up
16:16:03 2025 daemon.notice netifd: Interface 'wan' is enabled
16:16:03 2025 daemon.notice netifd: Interface 'wan6' is enabled
16:16:03 2025 daemon.notice netifd: bridge 'br-lan' link is down
16:16:03 2025 daemon.notice netifd: Interface 'lan' has link connectivity loss
16:16:03 2025 daemon.notice netifd: Network device 'eth0' link is up
16:16:03 2025 daemon.notice netifd: bridge 'br-lan' link is up
16:16:03 2025 daemon.notice netifd: Interface 'lan' has link connectivity
16:16:03 2025 daemon.notice netifd: Network device 'lo' link is up
16:16:03 2025 daemon.notice netifd: Interface 'loopback' has link connectivity
16:16:03 2025 daemon.notice netifd: Network device 'eth1' link is up
16:16:03 2025 daemon.notice netifd: Interface 'wan' has link connectivity
16:16:03 2025 daemon.notice netifd: Interface 'wan' is setting up now
16:16:03 2025 daemon.notice netifd: Interface 'wan6' has link connectivity
16:16:03 2025 daemon.notice netifd: Interface 'wan6' is setting up now
16:16:03 2025 daemon.notice netifd: wan (2032): udhcpc: started, v1.36.1
16:16:03 2025 daemon.err odhcp6c[2051]: Failed to send RS (Network unreachable)
16:16:03 2025 user.notice firewall: Reloading firewall due to ifup of lan (br-lan)
16:16:03 2025 user.notice ucitrack: Setting up /etc/config/luci-splash reload dependency on /etc/config/firewall
16:16:03 2025 user.notice ucitrack: Setting up /etc/config/qos reload dependency on /etc/config/firewall
16:16:03 2025 user.notice ucitrack: Setting up /etc/config/miniupnpd reload dependency on /etc/config/firewall
16:16:03 2025 user.notice ucitrack: Setting up /etc/config/odhcpd reload dependency on /etc/config/dhcp
16:16:03 2025 daemon.notice netifd: wan (2032): udhcpc: broadcasting discover
16:16:03 2025 user.notice ucitrack: Setting up /etc/config/dhcp reload dependency on /etc/config/network
16:16:03 2025 user.notice ucitrack: Setting up /etc/config/network reload dependency on /etc/config/wireless
16:16:03 2025 user.notice ucitrack: Setting up non-init /etc/config/fstab reload handler: /sbin/block mount
16:16:03 2025 user.notice ucitrack: Setting up /etc/config/system reload trigger for non-procd /etc/init.d/led
16:16:03 2025 user.notice ucitrack: Setting up /etc/config/luci_statistics reload dependency on /etc/config/system
16:16:03 2025 user.notice ucitrack: Setting up /etc/config/dhcp reload dependency on /etc/config/system
16:16:03 2025 user.notice adblock-fast [2231]: Waiting to discover WAN Interface...
16:16:03 2025 daemon.err odhcp6c[2051]: Failed to send SOLICIT message to ff02::1:2 (Network unreachable)
16:16:04 2025 daemon.notice netifd: wan (2032): udhcpc: broadcasting select for 10.87.21.112, server 10.17.122.10
16:16:04 2025 user.notice adblock-fast [2231]: Waiting to discover WAN Interface...
16:16:04 2025 daemon.notice netifd: wan (2032): udhcpc: lease of 10.87.21.112 obtained from 10.17.122.10, lease time 1800
16:16:04 2025 daemon.notice netifd: Interface 'wan' is now up
16:16:04 2025 daemon.info dnsmasq[1]: reading /tmp/resolv.conf.d/resolv.conf.auto
16:16:04 2025 daemon.info dnsmasq[1]: using nameserver 10.17.122.10#53
16:16:04 2025 daemon.info dnsmasq[1]: using nameserver 10.17.121.30#53
16:16:04 2025 daemon.info dnsmasq[1]: using only locally-known addresses for test
16:16:04 2025 daemon.info dnsmasq[1]: using only locally-known addresses for onion
16:16:04 2025 daemon.info dnsmasq[1]: using only locally-known addresses for localhost
16:16:04 2025 daemon.info dnsmasq[1]: using only locally-known addresses for local
16:16:04 2025 daemon.info dnsmasq[1]: using only locally-known addresses for invalid
16:16:04 2025 daemon.info dnsmasq[1]: using only locally-known addresses for bind
16:16:04 2025 daemon.info dnsmasq[1]: using only locally-known addresses for lan
16:16:04 2025 user.notice firewall: Reloading firewall due to ifup of wan (eth1)
16:16:04 2025 daemon.err odhcp6c[2051]: Failed to send SOLICIT message to ff02::1:2 (Address not available)
16:16:05 2025 user.notice adblock-fast [2231]: WAN interface found: 'wan'.
16:16:05 2025 user.notice adblock-fast [2231]: WAN gateway found: '10.87.0.1.'
16:16:05 2025 user.notice adblock-fast [2231]: Setting trigger (on_boot) [β]
16:16:05 2025 daemon.info procd: - init complete -
16:16:11 2025 daemon.info dnsmasq[1]: exiting on receipt of SIGTERM
16:16:11 2025 daemon.info dnsmasq[1]: started, version 2.90 cachesize 1000
16:16:11 2025 daemon.info dnsmasq[1]: DNS service limited to local subnets
16:16:11 2025 daemon.info dnsmasq[1]: compile time options: IPv6 GNU-getopt no-DBus UBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-nftset no-auth no-cryptohash no-DNSSEC no-ID loop-detect inotify dumpfile
16:16:11 2025 daemon.info dnsmasq[1]: UBus support enabled: connected to system bus
16:16:11 2025 daemon.info dnsmasq-dhcp[1]: DHCP, IP range 192.168.1.100 -- 192.168.1.249, lease time 12h
16:16:11 2025 daemon.info dnsmasq[1]: using only locally-known addresses for test
16:16:11 2025 daemon.info dnsmasq[1]: using only locally-known addresses for onion
16:16:11 2025 daemon.info dnsmasq[1]: using only locally-known addresses for localhost
16:16:11 2025 daemon.info dnsmasq[1]: using only locally-known addresses for local
16:16:11 2025 daemon.info dnsmasq[1]: using only locally-known addresses for invalid
16:16:11 2025 daemon.info dnsmasq[1]: using only locally-known addresses for bind
16:16:11 2025 daemon.info dnsmasq[1]: using only locally-known addresses for lan
16:16:11 2025 daemon.info dnsmasq[1]: reading /tmp/resolv.conf.d/resolv.conf.auto
16:16:11 2025 daemon.info dnsmasq[1]: using nameserver 10.17.122.10#53
16:16:11 2025 daemon.info dnsmasq[1]: using nameserver 10.17.121.30#53
16:16:11 2025 daemon.info dnsmasq[1]: using only locally-known addresses for test
16:16:11 2025 daemon.info dnsmasq[1]: using only locally-known addresses for onion
16:16:11 2025 daemon.info dnsmasq[1]: using only locally-known addresses for localhost
16:16:11 2025 daemon.info dnsmasq[1]: using only locally-known addresses for local
16:16:11 2025 daemon.info dnsmasq[1]: using only locally-known addresses for invalid
16:16:11 2025 daemon.info dnsmasq[1]: using only locally-known addresses for bind
16:16:11 2025 daemon.info dnsmasq[1]: using only locally-known addresses for lan
16:16:11 2025 daemon.info dnsmasq[1]: read /etc/hosts - 12 names
16:16:11 2025 daemon.info dnsmasq[1]: read /tmp/hosts/dhcp.cfg01411c - 4 names
16:16:11 2025 daemon.info dnsmasq[1]: read /tmp/hosts/dhcp.cfg01411c.2882 - 4 names
16:16:11 2025 daemon.info dnsmasq-dhcp[1]: read /etc/ethers - 0 addresses
16:16:11 2025 daemon.err dnsmasq[1]: cannot read /var/run/adblock-fast/dnsmasq.servers: No such file or directory
16:16:11 2025 daemon.info dnsmasq[1]: using nameserver 10.17.122.10#53
16:16:11 2025 daemon.info dnsmasq[1]: using nameserver 10.17.121.30#53
16:16:11 2025 daemon.info dnsmasq[1]: using only locally-known addresses for test
16:16:11 2025 daemon.info dnsmasq[1]: using only locally-known addresses for onion
16:16:11 2025 daemon.info dnsmasq[1]: using only locally-known addresses for localhost
16:16:11 2025 daemon.info dnsmasq[1]: using only locally-known addresses for local
16:16:11 2025 daemon.info dnsmasq[1]: using only locally-known addresses for invalid
16:16:11 2025 daemon.info dnsmasq[1]: using only locally-known addresses for bind
16:16:11 2025 daemon.info dnsmasq[1]: using only locally-known addresses for lan
16:16:11 2025 daemon.info dnsmasq[1]: exiting on receipt of SIGTERM
16:16:12 2025 daemon.info dnsmasq[1]: started, version 2.90 cachesize 1000
16:16:12 2025 daemon.info dnsmasq[1]: DNS service limited to local subnets
16:16:12 2025 daemon.info dnsmasq[1]: compile time options: IPv6 GNU-getopt no-DBus UBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-nftset no-auth no-cryptohash no-DNSSEC no-ID loop-detect inotify dumpfile
16:16:12 2025 daemon.info dnsmasq[1]: UBus support enabled: connected to system bus
16:16:12 2025 daemon.info dnsmasq-dhcp[1]: DHCP, IP range 192.168.1.100 -- 192.168.1.249, lease time 12h
16:16:12 2025 daemon.info dnsmasq[1]: using only locally-known addresses for test
16:16:12 2025 daemon.info dnsmasq[1]: using only locally-known addresses for onion
16:16:12 2025 daemon.info dnsmasq[1]: using only locally-known addresses for localhost
16:16:12 2025 daemon.info dnsmasq[1]: using only locally-known addresses for local
16:16:12 2025 daemon.info dnsmasq[1]: using only locally-known addresses for invalid
16:16:12 2025 daemon.info dnsmasq[1]: using only locally-known addresses for bind
16:16:12 2025 daemon.info dnsmasq[1]: using only locally-known addresses for lan
16:16:12 2025 daemon.info dnsmasq[1]: reading /tmp/resolv.conf.d/resolv.conf.auto
16:16:12 2025 daemon.info dnsmasq[1]: using nameserver 10.17.122.10#53
16:16:12 2025 daemon.info dnsmasq[1]: using nameserver 10.17.121.30#53
16:16:12 2025 daemon.info dnsmasq[1]: using only locally-known addresses for test
16:16:12 2025 daemon.info dnsmasq[1]: using only locally-known addresses for onion
16:16:12 2025 daemon.info dnsmasq[1]: using only locally-known addresses for localhost
16:16:12 2025 daemon.info dnsmasq[1]: using only locally-known addresses for local
16:16:12 2025 daemon.info dnsmasq[1]: using only locally-known addresses for invalid
16:16:12 2025 daemon.info dnsmasq[1]: using only locally-known addresses for bind
16:16:12 2025 daemon.info dnsmasq[1]: using only locally-known addresses for lan
16:16:12 2025 daemon.info dnsmasq[1]: read /etc/hosts - 12 names
16:16:12 2025 daemon.info dnsmasq[1]: read /tmp/hosts/dhcp.cfg01411c - 4 names
16:16:12 2025 daemon.info dnsmasq-dhcp[1]: read /etc/ethers - 0 addresses
16:16:12 2025 daemon.err dnsmasq[1]: cannot read /var/run/adblock-fast/dnsmasq.servers: No such file or directory
16:16:12 2025 daemon.info dnsmasq[1]: using nameserver 10.17.122.10#53
16:16:12 2025 daemon.info dnsmasq[1]: using nameserver 10.17.121.30#53
16:16:12 2025 daemon.info dnsmasq[1]: using only locally-known addresses for test
16:16:12 2025 daemon.info dnsmasq[1]: using only locally-known addresses for onion
16:16:12 2025 daemon.info dnsmasq[1]: using only locally-known addresses for localhost
16:16:12 2025 daemon.info dnsmasq[1]: using only locally-known addresses for local
16:16:12 2025 daemon.info dnsmasq[1]: using only locally-known addresses for invalid
16:16:12 2025 daemon.info dnsmasq[1]: using only locally-known addresses for bind
16:16:12 2025 daemon.info dnsmasq[1]: using only locally-known addresses for lan
16:16:15 2025 daemon.info dnsmasq-dhcp[1]: DHCPREQUEST(br-lan) 192.168.1.193 00:15:5d:60:ff:04
16:16:15 2025 daemon.info dnsmasq-dhcp[1]: DHCPACK(br-lan) 192.168.1.193 00:15:5d:60:ff:04 sparky01
16:16:17 2025 daemon.warn odhcpd[1829]: No default route present, overriding ra_lifetime to 0!
16:16:17 2025 daemon.info dnsmasq[1]: read /etc/hosts - 12 names
16:16:17 2025 daemon.info dnsmasq[1]: read /tmp/hosts/dhcp.cfg01411c - 4 names
16:16:17 2025 daemon.info dnsmasq[1]: read /tmp/hosts/odhcpd - 2 names
16:16:17 2025 daemon.info dnsmasq-dhcp[1]: read /etc/ethers - 0 addresses
16:16:17 2025 daemon.err dnsmasq[1]: cannot read /var/run/adblock-fast/dnsmasq.servers: No such file or directory
16:16:17 2025 daemon.info dnsmasq[1]: using nameserver 10.17.122.10#53
16:16:17 2025 daemon.info dnsmasq[1]: using nameserver 10.17.121.30#53
16:16:17 2025 daemon.info dnsmasq[1]: using only locally-known addresses for test
16:16:17 2025 daemon.info dnsmasq[1]: using only locally-known addresses for onion
16:16:17 2025 daemon.info dnsmasq[1]: using only locally-known addresses for localhost
16:16:17 2025 daemon.info dnsmasq[1]: using only locally-known addresses for local
16:16:17 2025 daemon.info dnsmasq[1]: using only locally-known addresses for invalid
16:16:17 2025 daemon.info dnsmasq[1]: using only locally-known addresses for bind
16:16:17 2025 daemon.info dnsmasq[1]: using only locally-known addresses for lan
16:16:17 2025 auth.info login[3134]: root login on 'tty1'
16:16:25 2025 daemon.warn odhcpd[1829]: No default route present, overriding ra_lifetime to 0!
16:16:32 2025 daemon.err uhttpd[1959]: [info] luci: accepted login on / for root from 192.168.1.193
16:16:39 2025 user.notice adblock-fast [3358]: Starting adblock-fast 1.1.3-r13...
16:16:41 2025 user.notice adblock-fast [3358]: [DL] Blocked List: StevenBlack - Unified hosts (hosts) [β]
16:16:41 2025 user.notice adblock-fast [3358]: Sorting combined list [β]
16:16:41 2025 daemon.warn odhcpd[1829]: No default route present, overriding ra_lifetime to 0!
16:16:46 2025 user.notice adblock-fast [3358]: Optimizing combined list [β]
16:16:46 2025 user.notice adblock-fast [3358]: Removing allowed domains from combined list [β]
16:16:46 2025 user.notice adblock-fast [3358]: Formatting combined list file [β]
16:16:46 2025 user.notice adblock-fast [3358]: Allowing domains [β]
16:16:46 2025 user.notice adblock-fast [3358]: Creating dnsmasq servers file [β]
16:16:46 2025 user.notice adblock-fast [3358]: Removing temporary files [β]
16:16:46 2025 daemon.info dnsmasq[1]: exiting on receipt of SIGTERM
16:16:48 2025 kern.info kernel: [ 49.034494] hv_balloon: Max. dynamic memory size: 1024 MB
16:16:49 2025 user.notice adblock-fast [3358]: Restarting dnsmasq [β]
16:16:49 2025 daemon.info dnsmasq[1]: started, version 2.90 cachesize 1000
16:16:49 2025 daemon.info dnsmasq[1]: DNS service limited to local subnets
16:16:49 2025 daemon.info dnsmasq[1]: compile time options: IPv6 GNU-getopt no-DBus UBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-nftset no-auth no-cryptohash no-DNSSEC no-ID loop-detect inotify dumpfile
16:16:49 2025 daemon.info dnsmasq[1]: UBus support enabled: connected to system bus
16:16:49 2025 daemon.info dnsmasq-dhcp[1]: DHCP, IP range 192.168.1.100 -- 192.168.1.249, lease time 12h
16:16:49 2025 daemon.info dnsmasq[1]: using only locally-known addresses for test
16:16:49 2025 daemon.info dnsmasq[1]: using only locally-known addresses for onion
16:16:49 2025 daemon.info dnsmasq[1]: using only locally-known addresses for localhost
16:16:49 2025 daemon.info dnsmasq[1]: using only locally-known addresses for local
16:16:49 2025 daemon.info dnsmasq[1]: using only locally-known addresses for invalid
16:16:49 2025 daemon.info dnsmasq[1]: using only locally-known addresses for bind
16:16:49 2025 daemon.info dnsmasq[1]: using only locally-known addresses for lan
16:16:49 2025 daemon.info dnsmasq[1]: reading /tmp/resolv.conf.d/resolv.conf.auto
16:16:49 2025 daemon.info dnsmasq[1]: using nameserver 10.17.122.10#53
16:16:49 2025 daemon.info dnsmasq[1]: using nameserver 10.17.121.30#53
16:16:49 2025 daemon.info dnsmasq[1]: using only locally-known addresses for test
16:16:49 2025 daemon.info dnsmasq[1]: using only locally-known addresses for onion
16:16:49 2025 daemon.info dnsmasq[1]: using only locally-known addresses for localhost
16:16:49 2025 daemon.info dnsmasq[1]: using only locally-known addresses for local
16:16:49 2025 daemon.info dnsmasq[1]: using only locally-known addresses for invalid
16:16:49 2025 daemon.info dnsmasq[1]: using only locally-known addresses for bind
16:16:49 2025 daemon.info dnsmasq[1]: using only locally-known addresses for lan
16:16:49 2025 daemon.info dnsmasq[1]: read /etc/hosts - 12 names
16:16:49 2025 daemon.info dnsmasq[1]: read /tmp/hosts/dhcp.cfg01411c - 4 names
16:16:49 2025 daemon.info dnsmasq[1]: read /tmp/hosts/odhcpd - 2 names
16:16:49 2025 daemon.info dnsmasq-dhcp[1]: read /etc/ethers - 0 addresses
16:16:49 2025 daemon.info dnsmasq[1]: using nameserver 10.17.122.10#53
16:16:49 2025 daemon.info dnsmasq[1]: using nameserver 10.17.121.30#53
16:16:49 2025 daemon.info dnsmasq[1]: using only locally-known addresses for zzz.onion.pet
16:16:49 2025 daemon.info dnsmasq[1]: using only locally-known addresses for zzmaciej.top
16:16:49 2025 daemon.info dnsmasq[1]: using only locally-known addresses for zzgylc.com
16:16:49 2025 daemon.info dnsmasq[1]: using only locally-known addresses for zzgnyc.com
16:16:49 2025 daemon.info dnsmasq[1]: using only locally-known addresses for zzaalewsos6esyvatpsh13i0pr3f87.s3.eu-south-2.amazonaws.com
16:16:49 2025 daemon.info dnsmasq[1]: using only locally-known addresses for zz3r0.com
16:16:49 2025 daemon.info dnsmasq[1]: using only locally-known addresses for zyzulay.pro
16:16:49 2025 daemon.info dnsmasq[1]: using only locally-known addresses for zyzeqyi2.pro
16:16:49 2025 daemon.info dnsmasq[1]: using standard nameservers for cdn.jsdelivr.net
16:16:49 2025 daemon.info dnsmasq[1]: using 116753 more local addresses
16:16:49 2025 user.notice adblock-fast [3358]: adblock-fast 1.1.3-r13 is blocking 116754 domains (with dnsmasq.servers) [β]
16:16:49 2025 user.notice adblock-fast [3358]: Setting trigger for wan [β]
16:16:49 2025 user.notice adblock-fast [3358]:
16:16:49 2025 daemon.info dnsmasq[1]: using nameserver 10.17.122.10#53
16:16:49 2025 daemon.info dnsmasq[1]: using nameserver 10.17.121.30#53
16:16:49 2025 daemon.info dnsmasq[1]: using only locally-known addresses for zzz.onion.pet
16:16:49 2025 daemon.info dnsmasq[1]: using only locally-known addresses for zzmaciej.top
16:16:49 2025 daemon.info dnsmasq[1]: using only locally-known addresses for zzgylc.com
16:16:49 2025 daemon.info dnsmasq[1]: using only locally-known addresses for zzgnyc.com
16:16:49 2025 daemon.info dnsmasq[1]: using only locally-known addresses for zzaalewsos6esyvatpsh13i0pr3f87.s3.eu-south-2.amazonaws.com
16:16:49 2025 daemon.info dnsmasq[1]: using only locally-known addresses for zz3r0.com
16:16:49 2025 daemon.info dnsmasq[1]: using only locally-known addresses for zyzulay.pro
16:16:49 2025 daemon.info dnsmasq[1]: using only locally-known addresses for zyzeqyi2.pro
16:16:49 2025 daemon.info dnsmasq[1]: using standard nameservers for cdn.jsdelivr.net
16:16:49 2025 daemon.info dnsmasq[1]: using 116753 more local addresses