iptables-helper/internel/conf/conf.go

6 lines
79 B
Go

package conf
import "iptables-helper/pkg/config"
var Conf = new(config.Conf)