nfsense/pkg/definitions/destination_nat.go
2023-03-01 18:20:47 +01:00

7 lines
148 B
Go

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