You are not logged in.
Hello,
I'm configuring my DNS and I want to enable EDNS0 by editing /etc/resolv.conf file as follows:
nameserver 127.0.0.1
options edns0
Regarding this argument:
--edns-payload-size=<bytes>
The above wouldn't work because I setup DNSCrypt configuration file, /etc/conf.d/dnscrypt-proxy manually and start the service:
DNSCRYPT_LOCALIP=127.0.0.1
DNSCRYPT_LOCALPORT=40
DNSCRYPT_USER=nobody
DNSCRYPT_PROVIDER_NAME=<provider name>
DNSCRYPT_PROVIDER_KEY=<public key>
DNSCRYPT_RESOLVERIP=<ip address>
DNSCRYPT_RESOLVERPORT=<port number>
Does anyone know what is the official variable's name or an alternative for that argument so I can add it in the above?
Thank you in advance and I am looking forward to receiving your helps :)
Offline