Andrey Meshkov
Andrey Meshkov
Not really. Tbh, the only realistic option is to have a separate ECH-enabled domain for AdGuard DNS that will be proxied by Cloudflare, setting up our own ECH relay makes...
This default was chosen because the current implementation does not have a certificate rotation mechanism, the cert is only changed when you restart the server. This in turn will cause...
If the server runs for longer than 365 days, the clients won't be able to establish connection with it since the cert will be expired.
> It request certificate using plaintext not encrypted DNS request, so I want 2 functions to set certificate information. That's how it's supposed to work according to DNSCrypt spec: https://dnscrypt.info/protocol/...
Well, lego supports duckdns, but the script here does not: https://go-acme.github.io/lego/dns/duckdns/
Well, it's all in the readme. What exactly does not work for you?
Generally, in VSCode it's up to choose you which colors will be used for highlighting. The task of a highlighter is to define what "type" the token belongs to.
In addition to that, for load testing purposes it would be nice to have an option to randomize the subnet
Not an expert, but if anyone contributes a script for it I'll be happy to review&merge
The @Alex-302's point is that `$` is generally considered a special character according to the *filtering rule syntax* and thus it needs to be escaped whenever you are using it...