iptables-helper/pkg/constants/const.go

13 lines
141 B
Go
Raw Normal View History

2023-11-01 20:26:27 +08:00
package constants
const (
ConfigFileName = "config"
ConfigType = "toml"
)
var ConfigPaths = []string{
".",
"./conf",
"/config",
}