mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-10 18:38:22 +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
|
||||
|
||||
type Match struct {
|
||||
TCPDestinationPort uint64 `json:"tcp_destination_port,omitempty"`
|
||||
Services []string `json:"services,omitempty"`
|
||||
SourceAddresses []string `json:"source_addresses,omitempty"`
|
||||
DestinationAddresses []string `json:"destination_addresses,omitempty"`
|
||||
|
|
Loading…
Add table
Reference in a new issue