Rodgers Ouma
Rodgers Ouma
There is usually an option to "Exclude private IPs" on the client wireguard, at least on android. I'm assuming the config is available for other platforms too. I used to...
Was just looking at [dashdot](https://github.com/MauriceNino/dashdot) and thought it might be worthwhile to add it as a custom configuration
Based on [this](https://github.com/uptrace/bun/blob/838a3bce1805234d25d90c87a75591f2377d3bf3/query_update.go#L261) and [this](https://github.com/uptrace/bun/blob/838a3bce1805234d25d90c87a75591f2377d3bf3/query_update.go#L265) it looks like `.Set` and updating model struct fields are mutually exclusive - we return early as soon as `len(q.set) > 0`. Any chance of...