Skip to content

Commit

Permalink
Add URLAppend to NameserverRecord
Browse files Browse the repository at this point in the history
  • Loading branch information
costasd committed Oct 23, 2023
1 parent 2dbc0cc commit 34862cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nameserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ type NameserverRecord struct {
Content string `mapstructure:"content"`
TTL int `mapstructure:"TTL"`
Priority int `mapstructure:"prio"`
URLAppend bool `mapstructure:"urlAppend,omitempty"`
URLRedirectType string `mapstructure:"urlRedirectType"`
URLRedirectTitle string `mapstructure:"urlRedirectTitle"`
URLRedirectDescription string `mapstructure:"urlRedirectDescription"`
Expand Down

0 comments on commit 34862cb

Please sign in to comment.