mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 19:08:20 +00:00
7 lines
145 B
Go
7 lines
145 B
Go
package firewall
|
|
|
|
type DestinationNATRule struct {
|
|
Rule
|
|
Address string `json:"address,omitempty"`
|
|
Service string `json:"service,omitempty"`
|
|
}
|