Skip to content

Commit 735b54b

Browse files
committed
update copyright year
1 parent 9f2d369 commit 735b54b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

files/etc/init.d/https-dns-proxy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh /etc/rc.common
2-
# Copyright 2019-2023 Stan Grishin (stangri@melmac.ca)
2+
# Copyright 2019-2026 Stan Grishin (stangri@melmac.ca)
33
# shellcheck disable=SC1091,SC3043,SC3060
44

55
# shellcheck disable=SC2034
@@ -260,7 +260,7 @@ start_instance() {
260260
append_parm "$cfg" 'statistic_interval' '-s' "$global_statistic_interval" '0'
261261
append_parm "$cfg" 'log_limit' '-F' "$global_log_limit" '0'
262262
append_cnt "$cfg" 'verbosity' '-v' "$global_verbosity"
263-
append_parm "$cfg" 'source_addr' '-S' "$global_source_addr"
263+
append_parm "$cfg" 'source_addr' '-S' "$global_source_addr"
264264

265265
if [ "$dnsmasq_config_update" = '*' ]; then
266266
config_load 'dhcp'

0 commit comments

Comments
 (0)