albertito / dnss

DNS over HTTPS [mirror]
https://blitiri.com.ar/git/r/dnss/
Other
125 stars 17 forks source link

what does "server.go:63 HTTPS exiting: open : no such file or directory" mean? #6

Closed luckypoem closed 4 years ago

luckypoem commented 4 years ago

hi.

[root@vps ~]# dnss -enable_https_to_dns -dns_upstream 8.8.8.8:53 -https_serveraddr 127.0.0.1:2367 server.go:56 HTTPS listening on 127.0.0.1:2367 ☠ server.go:63 HTTPS exiting: open : no such file or directory [root@vps ~]#

thank u

luckypoem commented 4 years ago

oh ,i see,need to add theses two: -https_key=/etc/letsencrypt/live/$DOMAIN/privkey.pem -https_cert=/etc/letsencrypt/live/$DOMAIN/fullchain.pem