mirror of
https://github.com/rancher/types.git
synced 2025-09-14 14:00:23 +00:00
Add known IPs
This commit is contained in:
@@ -27,6 +27,7 @@ type ListenConfig struct {
|
||||
Key string `json:"key,omitempty" norman:"writeOnly"`
|
||||
Domains []string `json:"domains,omitempty"`
|
||||
TOS []string `json:"tos,omitempty" norman:"default=auto"`
|
||||
KnownIPs []string `json:"knownIps" norman:"nocreate,noupdate"`
|
||||
Enabled bool `json:"enabled,omitempty" norman:"default=true"`
|
||||
|
||||
CertFingerprint string `json:"certFingerprint,omitempty" norman:"nocreate,noupdate"`
|
||||
|
Reference in New Issue
Block a user