nfsense/internal/definitions/firewall/destination_nat.go

7 lines
145 B
Go

package firewall
type DestinationNATRule struct {
Rule
Address string `json:"address,omitempty"`
Service string `json:"service,omitempty"`
}