-
As per description, if you try to run as a service, it fails if you specify a custom port to bind to. However, if you launch it manually with
It runs fine. So, just can't run it as a service! I have tried deleting the service and readding it using the below commands with no luck:
Config:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Come to find out, when I looked at the "/etc/systemd/system/dnscrypt-proxy.service" file, it didn't have the -config parameter included! I edited the file and changed the ExecStart Line to:
Then ran
And started the service!
Now it works! |
Beta Was this translation helpful? Give feedback.
-
Greetings! same problem but on windows11. I change the port value and DNScrypt does not start. I want to use DNScrypt with adguard home. The files listed above are not available for Linux in Windows, of course. |
Beta Was this translation helpful? Give feedback.
Come to find out, when I looked at the "/etc/systemd/system/dnscrypt-proxy.service" file, it didn't have the -config parameter included!
I edited the file and changed the ExecStart Line to:
Then ran
And started the service!
Now it works!