mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-07 04:20:12 +02:00
4d60b71583
- Faster start up - Clearer error messages - Allow for more Gluetun-specific customization - DNSSEC validation is dropped for now (it's sort of unneeded) - Fix #137
4 lines
59 B
Go
4 lines
59 B
Go
package settings
|
|
|
|
func boolPtr(b bool) *bool { return &b }
|