mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-06 14:47:35 +03:00
parent
453299e49a
commit
16c75172ad
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ func main() {
|
|||
if err := ConfigLoad(&app.proxy, svcFlag); err != nil {
|
||||
dlog.Fatal(err)
|
||||
}
|
||||
dlog.Noticef("Starting dnscrypt-proxy %s", AppVersion)
|
||||
dlog.Noticef("dnscrypt-proxy %s", AppVersion)
|
||||
|
||||
if len(*svcFlag) != 0 {
|
||||
if err := service.Control(svc, *svcFlag); err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue