We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f2d369 commit 735b54bCopy full SHA for 735b54b
files/etc/init.d/https-dns-proxy
@@ -1,5 +1,5 @@
1
#!/bin/sh /etc/rc.common
2
-# Copyright 2019-2023 Stan Grishin (stangri@melmac.ca)
+# Copyright 2019-2026 Stan Grishin (stangri@melmac.ca)
3
# shellcheck disable=SC1091,SC3043,SC3060
4
5
# shellcheck disable=SC2034
@@ -260,7 +260,7 @@ start_instance() {
260
append_parm "$cfg" 'statistic_interval' '-s' "$global_statistic_interval" '0'
261
append_parm "$cfg" 'log_limit' '-F' "$global_log_limit" '0'
262
append_cnt "$cfg" 'verbosity' '-v' "$global_verbosity"
263
- append_parm "$cfg" 'source_addr' '-S' "$global_source_addr"
+ append_parm "$cfg" 'source_addr' '-S' "$global_source_addr"
264
265
if [ "$dnsmasq_config_update" = '*' ]; then
266
config_load 'dhcp'
0 commit comments