mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 19:08:20 +00:00
9 lines
131 B
Go
9 lines
131 B
Go
package firewall
|
|
|
|
import (
|
|
"nfsense.net/nfsense/internal/config"
|
|
)
|
|
|
|
type Firewall struct {
|
|
ConfigManager *config.ConfigManager
|
|
}
|