Skip to content

Commit

Permalink
home: imp code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizzick committed Dec 8, 2023
1 parent 3d51fc8 commit 5038884
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion internal/home/tls.go
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,9 @@ type tlsConfigSettingsExt struct {
// receive previously saved private keys.
PrivateKeySaved bool `yaml:"-" json:"private_key_saved"`

// ServePlainDNS defines if plain DNS is allowed for incoming requests.
// ServePlainDNS defines if plain DNS is allowed for incoming requests. It
// is an [aghalg.NullBool] to be able to tell when it's set without using
// pointers.
ServePlainDNS aghalg.NullBool `yaml:"-" json:"serve_plain_dns"`
}

Expand Down

0 comments on commit 5038884

Please sign in to comment.