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
8 lines
126 B
Go
8 lines
126 B
Go
package constants
|
|
|
|
import "github.com/fatih/color"
|
|
|
|
func ColorOpenvpn() *color.Color {
|
|
return color.New(color.FgHiMagenta)
|
|
}
|