File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ config adblock-fast 'config'
1111 option curl_additional_param ''
1212 option curl_max_file_size '30000000'
1313 option curl_retry '3'
14- option debug '0'
14+ option debug_init_script '0'
15+ option debug_performance '0'
1516 option dns 'dnsmasq.servers'
1617 list dnsmasq_instance '*'
1718# option dnsmasq_config_file_url 'https://small.oisd.nl/dnsmasq2'
@@ -27,11 +28,9 @@ config adblock-fast 'config'
2728# list force_dns_port '4434'
2829# list force_dns_port '5443'
2930# list force_dns_port '8443'
30- option led 'none'
3131 option parallel_downloads '1'
3232 option pause_timeout '20'
3333 option procd_trigger_wan6 '0'
34- option procd_boot_delay '0'
3534 option procd_boot_wan_timeout '60'
3635 option verbosity '2'
3736 option heartbeat_domain 'heartbeat.melmac.ca'
Original file line number Diff line number Diff line change @@ -794,7 +794,7 @@ load_package_config() {
794794 config_get force_dns_port ' config' ' force_dns_port' ' 53 853'
795795 config_get heartbeat_domain ' config' ' heartbeat_domain' ' heartbeat.melmac.ca'
796796 config_get heartbeat_sleep_timeout ' config' ' heartbeat_sleep_timeout' ' 10'
797- config_get led ' config' ' led' ' led '
797+ config_get led ' config' ' led'
798798 config_get pause_timeout ' config' ' pause_timeout' ' 20'
799799 config_get procd_boot_wan_timeout ' config' ' procd_boot_wan_timeout' ' 60'
800800 config_get smartdns_instance ' config' ' smartdns_instance' ' *'
You can’t perform that action at this time.
0 commit comments