mirror of
https://github.com/iBug/pac.git
synced 2025-07-14 13:22:15 +08:00
fix mask
This commit is contained in:
parent
d9364139cc
commit
9fd86a189a
2
code.js
2
code.js
@ -95,7 +95,7 @@ function FindProxyForURL(url, host) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var LAN = [
|
var LAN = [
|
||||||
[0x00000000, 0x00000000], // 0.0.0.0/32
|
[0x00000000, 0xFFFFFFFF], // 0.0.0.0/32
|
||||||
[0x0A000000, 0xFF000000], // 10.0.0.0/8
|
[0x0A000000, 0xFF000000], // 10.0.0.0/8
|
||||||
[0x64400000, 0xFFC00000], // 100.64.0.0/10
|
[0x64400000, 0xFFC00000], // 100.64.0.0/10
|
||||||
[0x7F000000, 0xFF000000], // 127.0.0.0/8
|
[0x7F000000, 0xFF000000], // 127.0.0.0/8
|
||||||
|
Loading…
Reference in New Issue
Block a user