поправил кривые подсети
This commit is contained in:
parent
59a461eab2
commit
de90a544c3
|
|
@ -38,7 +38,9 @@ App.auth = async function () {
|
||||||
|
|
||||||
let invalidNetworks = await JSONRPC.__invoke("getInvalidNetworks");
|
let invalidNetworks = await JSONRPC.__invoke("getInvalidNetworks");
|
||||||
|
|
||||||
$("body").append(`<span>There are invalid networks ` +invalidNetworks.join("<BR>")+` </span>`);
|
if (invalidNetworks.length > 0) {
|
||||||
|
$("body").append(`<span>There are invalid networks <BR>` + invalidNetworks.join("<BR>") + ` <BR></span>`);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
App.fillNetworks = function () {
|
App.fillNetworks = function () {
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
"networks": [
|
"networks": [
|
||||||
"108.138.0.0/15",
|
"108.138.0.0/15",
|
||||||
"108.156.0.0/14",
|
"108.156.0.0/14",
|
||||||
"111.13.0.0/8",
|
"111.13.0.0/16",
|
||||||
"116.129.226.0/24",
|
"116.129.226.0/24",
|
||||||
"118.193.97.0/24",
|
"118.193.97.0/24",
|
||||||
"119.147.182.0/24",
|
"119.147.182.0/24",
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"description": "discord",
|
"description": "discord",
|
||||||
"domains": [],
|
"domains": [],
|
||||||
"networks": [
|
"networks": [
|
||||||
"104.17.0.0/12",
|
"104.16.0.0/12",
|
||||||
"108.177.14.207/32",
|
"108.177.14.207/32",
|
||||||
"138.128.140.240/28",
|
"138.128.140.240/28",
|
||||||
"142.250.150.207/32",
|
"142.250.150.207/32",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue