Browse Source

Merge pull request #3825 from aarond10/patch-2

https-dns-proxy: Fix wrong commandline argument
lilik-openwrt-22.03
Hannu Nyman 8 years ago
committed by GitHub
parent
commit
4de86db783
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/https-dns-proxy/files/https_dns_proxy.init

+ 1
- 1
net/https-dns-proxy/files/https_dns_proxy.init View File

@ -16,7 +16,7 @@ start_instance() {
procd_open_instance
procd_set_param command ${PROG} \
-l "$listen_addr" -p "$listen_port" \
-a "$listen_addr" -p "$listen_port" \
-u "$user" -g "$group"
procd_set_param respawn
procd_close_instance


Loading…
Cancel
Save