Skip to content

Commit

Permalink
add LAN white list (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
gshmu committed Mar 29, 2023
1 parent 1223f04 commit d3db3ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ function FindProxyForURL(url, host) {
}

var LAN = [
[0x00000000, 0xFFFFFFFF], // 0.0.0.0/32
[0x0A000000, 0xFF000000], // 10.0.0.0/8
[0x64400000, 0xFFC00000], // 100.64.0.0/10
[0x7F000000, 0xFF000000], // 127.0.0.0/8
Expand Down

0 comments on commit d3db3ab

Please sign in to comment.