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