Skip to content

Commit

Permalink
Feat: add ::/128 to private list (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
umlka and mzz2017 committed Sep 15, 2023
1 parent 5353ef0 commit 27b1016
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 @@ -29,6 +29,7 @@ var privateCIDRs = []string{
"224.0.0.0/4",
"240.0.0.0/4",
"255.255.255.255/32",
"::/128",
"::1/128",
"fc00::/7",
"ff00::/8",
Expand Down

0 comments on commit 27b1016

Please sign in to comment.