Skip to content

Commit

Permalink
Fix: private CIDR list missing IPv6 multicast address (Loyalsoldier#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
kunish authored Jul 27, 2023
1 parent d3c9371 commit cd9c221
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/special/private.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ var privateCIDRs = []string{
"255.255.255.255/32",
"::1/128",
"fc00::/7",
"ff00::/8",
"fe80::/10",
}

Expand Down

0 comments on commit cd9c221

Please sign in to comment.