fix AutoIptables

This commit is contained in:
maze.y2b@gmail.com
2021-12-04 19:59:41 +08:00
parent 8580ee8898
commit eb999b3bf1
5 changed files with 29 additions and 34 deletions

View File

@ -1,8 +1,8 @@
package constant
var (
Meta = true
Version = "1.8.0"
BuildTime = "unknown time"
OpenWrt bool
Meta = true
Version = "1.8.0"
BuildTime = "unknown time"
AutoIptables string
)