поправил кривые подсети

This commit is contained in:
kirillius 2025-01-17 00:49:54 +03:00
parent 59a461eab2
commit de90a544c3
3 changed files with 5 additions and 3 deletions

View File

@ -38,7 +38,9 @@ App.auth = async function () {
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 () {

View File

@ -4,7 +4,7 @@
"networks": [
"108.138.0.0/15",
"108.156.0.0/14",
"111.13.0.0/8",
"111.13.0.0/16",
"116.129.226.0/24",
"118.193.97.0/24",
"119.147.182.0/24",

View File

@ -2,7 +2,7 @@
"description": "discord",
"domains": [],
"networks": [
"104.17.0.0/12",
"104.16.0.0/12",
"108.177.14.207/32",
"138.128.140.240/28",
"142.250.150.207/32",