iptables-helper/internel/conf/conf.go

6 lines
79 B
Go
Raw Permalink Normal View History

2023-11-03 14:07:50 +08:00
package conf
import "iptables-helper/pkg/config"
var Conf = new(config.Conf)