mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 02:48:21 +00:00
Remove Test Matcher
This commit is contained in:
parent
9c1114e189
commit
f5ea65010a
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
package firewall
|
package firewall
|
||||||
|
|
||||||
type Match struct {
|
type Match struct {
|
||||||
TCPDestinationPort uint64 `json:"tcp_destination_port,omitempty"`
|
|
||||||
Services []string `json:"services,omitempty"`
|
Services []string `json:"services,omitempty"`
|
||||||
SourceAddresses []string `json:"source_addresses,omitempty"`
|
SourceAddresses []string `json:"source_addresses,omitempty"`
|
||||||
DestinationAddresses []string `json:"destination_addresses,omitempty"`
|
DestinationAddresses []string `json:"destination_addresses,omitempty"`
|
||||||
|
|
Loading…
Add table
Reference in a new issue