Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion net/adblock-fast/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=adblock-fast
PKG_VERSION:=1.2.0
PKG_RELEASE:=10
PKG_RELEASE:=20
PKG_MAINTAINER:=Stan Grishin <[email protected]>
PKG_LICENSE:=AGPL-3.0-or-later

Expand Down
5 changes: 2 additions & 3 deletions net/adblock-fast/files/etc/config/adblock-fast
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ config adblock-fast 'config'
option curl_additional_param ''
option curl_max_file_size '30000000'
option curl_retry '3'
option debug '0'
option debug_init_script '0'
option debug_performance '0'
option dns 'dnsmasq.servers'
list dnsmasq_instance '*'
# option dnsmasq_config_file_url 'https://small.oisd.nl/dnsmasq2'
Expand All @@ -27,11 +28,9 @@ config adblock-fast 'config'
# list force_dns_port '4434'
# list force_dns_port '5443'
# list force_dns_port '8443'
option led 'none'
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'
option heartbeat_domain 'heartbeat.melmac.ca'
Expand Down
Loading
Loading