Skip to content

Commit

Permalink
dnsx: fritz.box as undelegated
Browse files Browse the repository at this point in the history
apparently a popular home network device (Fritz Box) was registered by
a malicious actor to hijack its local name ("fritz.box").
  • Loading branch information
ignoramous committed Mar 24, 2024
1 parent c9a608d commit a160fee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions intra/dnsx/undelegated.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ var undelegatedSet = []string{
"wlan_ap",
"workgroup",
"zghjccbob3n0",
"fritz.box", // github.com/celzero/rethink-app/issues/1298
}

func newUndelegatedDomainsTrie() c.RadixTree {
Expand Down

1 comment on commit a160fee

@ignoramous
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.