Simon Zolin
Simon Zolin
> CONNECT www.google.com:443 HTTP/1.1 curl sends a CONNECT method request to your app, then it sends TLS handshake data, but receives `body := strings.NewReader("Replaced response")` back. HTML data is not...
> when I tried it said IP already in use It was already fixed in #833, it will be published in the next version.
We have a separate task for DHCP Server for Windows: https://github.com/AdguardTeam/AdGuardHome/issues/616 > multiple IP ranges, or conversely, range exclusions? Is it really that necessary? Please describe your use-case. > DHCP...
> We need a separate method that fully reloads AdGuard Home using the new configuration. This one is a bit tricky. I thought we did implement it, but as I...
There are several things in .yaml file that can't be easily imported to another machine: * `bind_host/port` * `dhcp.interface_name` * `tls.certificate` and `server_name` How do you propose to handle these...
/core/pull-requests/1008
More tasks for query logs: * The Previous and Next buttons on top (pt.4 from #1125) * Add a "Block client" button to the Query Log #1097 * Query Log...
The absolute minimum is: cat /etc/config/network ``` config interface 'lan' option netmask '255.255.255.0' option ipaddr '192.168.8.1' ``` cat /etc/config/dhcp ``` config dhcp 'lan' option start '100' option limit '150' option...
Is it really necessary to have a custom list of blocked services? 1. We have a compiled static list for the most popular services - it's much better to add...
First we need to decide whether we can use the same UI for both administrator and a regular user. The problem is that currently if the server starts to respond...