mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 02:48:21 +00:00
9 lines
120 B
Go
9 lines
120 B
Go
package firewall
|
|
|
|
import (
|
|
"nfsense.net/nfsense/pkg/definitions"
|
|
)
|
|
|
|
type Firewall struct {
|
|
Conf *definitions.Config
|
|
}
|