mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 02:14:40 +01:00
Add -config <config file> to the service configuration arguments
Maybe fixes #1122
This commit is contained in:
parent
7e45b50d58
commit
0e644c4b86
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ func main() {
|
|||
DisplayName: "DNSCrypt client proxy",
|
||||
Description: "Encrypted/authenticated DNS proxy",
|
||||
WorkingDirectory: pwd,
|
||||
Arguments: []string{"-config", *flags.ConfigFile},
|
||||
}
|
||||
svc, err := service.New(app, svcConfig)
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Reference in a new issue