nfsense/internal/definitions/destination_nat.go
2023-03-26 18:50:18 +02:00

7 lines
148 B
Go

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