Files
gluetun/internal/constants/colors.go
Quentin McGaw 4d60b71583 feat(dns): replace unbound with qdm12/dns@v2.0.0-beta-rc6 (#1742)
- 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
2024-08-21 14:35:41 +02:00

8 lines
126 B
Go

package constants
import "github.com/fatih/color"
func ColorOpenvpn() *color.Color {
return color.New(color.FgHiMagenta)
}