mirror of
https://github.com/luscis/openlan.git
synced 2025-10-05 16:47:11 +08:00
fea: config: add tests
This commit is contained in:
@@ -83,6 +83,7 @@ func (f *FireWall) jumpOLC() {
|
||||
}
|
||||
|
||||
func (f *FireWall) Initialize() {
|
||||
IpInit()
|
||||
// Init chains
|
||||
f.addOLC()
|
||||
f.jumpOLC()
|
||||
@@ -174,7 +175,3 @@ func (f *FireWall) Refresh() {
|
||||
f.cancel()
|
||||
f.install()
|
||||
}
|
||||
|
||||
func init() {
|
||||
IpInit()
|
||||
}
|
||||
|
Reference in New Issue
Block a user