docker: compose support

This commit is contained in:
Daniel Ding
2023-04-04 07:02:05 +08:00
parent d8a6cdb855
commit eec45c75fa
15 changed files with 94 additions and 48 deletions

View File

@@ -83,7 +83,7 @@ func (f *FireWall) jumpOLC() {
}
func (f *FireWall) Initialize() {
IpInit()
IptInit()
// Init chains
f.addOLC()
f.jumpOLC()