mirror of
https://github.com/rancher/types.git
synced 2025-07-31 04:49:37 +00:00
Add known IPs
This commit is contained in:
parent
e1cc95ef25
commit
3396540864
@ -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"`
|
||||
|
Loading…
Reference in New Issue
Block a user