chore: Add dockerfile and interface and files for support firewalls

This commit is contained in:
2026-06-11 21:47:48 +03:00
parent fca7d8bbc9
commit 0f1ea0a11d
6 changed files with 28 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
package firewall
type Firewall interface {
}