mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 02:48:21 +00:00
7 lines
238 B
Go
7 lines
238 B
Go
package firewall
|
|
|
|
type Match struct {
|
|
Services []string `json:"services,omitempty"`
|
|
SourceAddresses []string `json:"source_addresses,omitempty"`
|
|
DestinationAddresses []string `json:"destination_addresses,omitempty"`
|
|
}
|