Eugene
Eugene
### Prerequisites - [X] I have checked the [Wiki](https://github.com/AdguardTeam/AdGuardHome/wiki) and [Discussions](https://github.com/AdguardTeam/AdGuardHome/discussions) and found no answer - [X] I have searched other issues and found no duplicates - [X] I want...
In #3225 we've added an incomplete support for DHCP on OpenBSD. Checking for other DHCP servers in the network still doesn't work properly in some circumstances. It seems that `net.ListenPacket`...
Currently, we're using `github.com/jessevdk/go-flags` module to handle configurable options in CLI tool but it provides some notable restrictions and design issues. For example, in #170 which adds the `.yaml` configuration...
Currently, the logic of parsing CLI options is incomplete, to put it mildly. For example, the effect of each flag is applying from left to right, so if such effect...
### Prerequisites - [X] I have checked the [Wiki](https://github.com/AdguardTeam/AdGuardHome/wiki) and [Discussions](https://github.com/AdguardTeam/AdGuardHome/discussions) and found no answer - [X] I have searched other issues and found no duplicates - [X] I want...
### Prerequisites - [X] I have checked the [Wiki](https://github.com/AdguardTeam/AdGuardHome/wiki) and [Discussions](https://github.com/AdguardTeam/AdGuardHome/discussions) and found no answer - [X] I have searched other issues and found no duplicates - [X] I want...
At least in the **macOS** `Service` implementation, there are lines: https://github.com/kardianos/service/blob/29f8c79c511bc18422bb99992779f96e6bc33921/service_darwin.go#L235-L239 So it acts on the assumption that `os.Stat` may only return the `fs.ErrNotExists` error which is not true. Here...
The syntax of upstream servers allows using `#` within the domain-specific server to make AdGuard Home use the default one for specified domains. Currently, it requires at least a single...
### Prerequisites - [x] I have checked the [Wiki](https://github.com/AdguardTeam/AdGuardHome/wiki) and [Discussions](https://github.com/AdguardTeam/AdGuardHome/discussions/categories/q-a) and found no answer - [x] I have searched other issues and found no duplicates - [x] I want...