cbuijs / routedns-binaries

Pre-compiled Binaries of Routedns (https://github.com/folbricht/routedns)
9 stars 0 forks source link

Change path to certs #2

Closed GitUser200607 closed 1 year ago

GitUser200607 commented 1 year ago

I tried to use routedns from here: routedns-binaries/linux/mips/routedns When I use it, it searches certificates in /etc/pki/tls/certs/ca-bundle.crt But in router I cannot create this directory:

mkdir -p /etc/pki/tls/certs/
mkdir: can't create directory '/etc/pki/': Read-only file system

But I can use this path: mkdir -p /data/etc/ssl/certs/ Is there away to use custom cert path?

GitUser200607 commented 1 year ago

It was done long time ago: [resolvers.cloudflare-dot] address = "1.1.1.1:853" protocol = "dot" ca = "/tmp/shares/sda/A/ca-bundle.crt"