@ -557,6 +557,7 @@ func (v DNSConfigView) ExtraRecords() views.Slice[DNSRecord] { return views.Slic
func ( v DNSConfigView ) ExitNodeFilteredSet ( ) views . Slice [ string ] {
func ( v DNSConfigView ) ExitNodeFilteredSet ( ) views . Slice [ string ] {
return views . SliceOf ( v . ж . ExitNodeFilteredSet )
return views . SliceOf ( v . ж . ExitNodeFilteredSet )
}
}
func ( v DNSConfigView ) DNSFilterURL ( ) string { return v . ж . DNSFilterURL }
// A compilation failure here means this code must be regenerated, with the command at the top of this file.
// A compilation failure here means this code must be regenerated, with the command at the top of this file.
var _DNSConfigViewNeedsRegeneration = DNSConfig ( struct {
var _DNSConfigViewNeedsRegeneration = DNSConfig ( struct {
@ -569,6 +570,7 @@ var _DNSConfigViewNeedsRegeneration = DNSConfig(struct {
CertDomains [ ] string
CertDomains [ ] string
ExtraRecords [ ] DNSRecord
ExtraRecords [ ] DNSRecord
ExitNodeFilteredSet [ ] string
ExitNodeFilteredSet [ ] string
DNSFilterURL string
} { } )
} { } )
// View returns a readonly view of RegisterResponse.
// View returns a readonly view of RegisterResponse.