Skip to content

Commit

Permalink
remove default false for use usernames causing warning
Browse files Browse the repository at this point in the history
Fixes juanfont#2065

Signed-off-by: Kristoffer Dalby <[email protected]>
  • Loading branch information
kradalby committed Aug 23, 2024
1 parent a68854a commit ac72050
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hscontrol/types/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ func LoadConfig(path string, isFile bool) error {
viper.SetDefault("dns.nameservers.split", map[string]string{})
viper.SetDefault("dns.search_domains", []string{})
viper.SetDefault("dns.extra_records", []tailcfg.DNSRecord{})
viper.SetDefault("dns.use_username_in_magic_dns", false)

viper.SetDefault("derp.server.enabled", false)
viper.SetDefault("derp.server.stun.enabled", true)
Expand Down

0 comments on commit ac72050

Please sign in to comment.