Daniell
Daniell
> I second this. Is there any way to put the extra files inside of a custom made folder defined by inline and path? All the extra files land where...
It seems like another solution could be to add `strictSSL: false` to the urlSpecReq options, maybe this property could be added dynamically with a flag so that people don't have...
It would be nice to see template literal types being used like [react-i18next](https://react.i18next.com/latest/typescript)
@AnandChowdhary Seems like a nice addition, I hope this will gain more attention in the future, creating a custom solution using the new middlewares is a option but it adds...
I'm facing a similar issue. I set up Adguard on a raspberry pi 4 running Ubuntu server 20.04 with docker compose using `192.168.178.77` as static local ip: ```yaml services: adguardhome:...
> @NBSDEVApp, @daniellwdb, which network interface are you using? If you're only using the wired interface (e.g. `eth0`) then only the clients connected over the wire will get DHCP leases....
My bad. I actually downgraded to see if the issue was also there on older versions. I had the same issue on :latest the moment I posted my first comment....
@ainar-g I enabled verbose logs and it seems like you were right about only ethernet connected devices going through Adguard, but I still see other devices connected over wifi in...
I did not find a solution to this
[Plugins](https://www.fastify.io/docs/latest/Plugins/) are a good example of a valid use case. `fastify` has route methods, for example: `get: RouteShorthandMethod;` but when you create a plugin that changes the behaviour of one...