Skip to content

Commit

Permalink
home: fix default value
Browse files Browse the repository at this point in the history
  • Loading branch information
schzhn committed Mar 7, 2023
1 parent 0311a9b commit a7f1bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/home/config.go
Expand Up @@ -286,7 +286,7 @@ var config = &configuration{
CacheSize: 4 * 1024 * 1024,

EDNSClientSubnet: &dnsforward.EDNSClientSubnet{
CustomIP: "",
CustomIP: netip.Addr{},
Enabled: false,
UseCustom: false,
},
Expand Down

0 comments on commit a7f1bf7

Please sign in to comment.