Skip to content

Commit

Permalink
Merge pull request #7 from AdamJacobMuller/master
Browse files Browse the repository at this point in the history
add loopback range to default private masks
  • Loading branch information
sebest committed Sep 10, 2016
2 parents 3828945 + b19cda4 commit 6c115e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xff.go
Expand Up @@ -10,6 +10,7 @@ import (

// list of private subnets
var privateMasks, _ = toMasks([]string{
"127.0.0.0/8",
"10.0.0.0/8",
"172.16.0.0/12",
"192.168.0.0/16",
Expand Down

0 comments on commit 6c115e0

Please sign in to comment.