iptables-helper/pkg/constants/const.go
2023-11-01 20:26:27 +08:00

13 lines
141 B
Go

package constants
const (
ConfigFileName = "config"
ConfigType = "toml"
)
var ConfigPaths = []string{
".",
"./conf",
"/config",
}