Skip to content

Commit

Permalink
feat: add URLAppend to NameserverRecord (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
costasd authored Oct 24, 2023
1 parent 2dbc0cc commit aa95404
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 aa95404

Please sign in to comment.