Skip to content

Commit

Permalink
Fix: private CIDR list missing IPv6 multicast address (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
kunish committed Jul 27, 2023
1 parent 021e8ff commit 2724946
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 2724946

Please sign in to comment.