How to make dnscrypt-proxy auto start in Fedora 25
3
votes
1
answer
2158
views
When I install
dnscrypt-proxy
, I found no dnscrypt-proxy.service
here.
I write a bash to launch it, and write a desktop file here, ~/.config/autostart/dnscrypt.desktop
#!/bin/bash
zenity --password --title="sudo"|tr -d '\n'|sudo -S dnscrypt-proxy -R cisco -a 127.0.0.2:53 -u whoami
But it no work after input password. I can not found gksudo
and gnome-keyring-query
in the repo, so I use zenity
.
Asked by eexpress
(391 rep)
May 22, 2017, 05:05 PM
Last activity: Jul 9, 2025, 09:03 AM
Last activity: Jul 9, 2025, 09:03 AM