diff --git a/assets/App.js b/assets/App.js index 8cb2948..92baf2c 100644 --- a/assets/App.js +++ b/assets/App.js @@ -38,7 +38,9 @@ App.auth = async function () { let invalidNetworks = await JSONRPC.__invoke("getInvalidNetworks"); - $("body").append(`There are invalid networks ` +invalidNetworks.join("
")+`
`); + if (invalidNetworks.length > 0) { + $("body").append(`There are invalid networks
` + invalidNetworks.join("
") + `
`); + } } App.fillNetworks = function () { diff --git a/networks/cloudfront.json b/networks/cloudfront.json index 67bc86c..40de05f 100644 --- a/networks/cloudfront.json +++ b/networks/cloudfront.json @@ -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", diff --git a/networks/discord.json b/networks/discord.json index 78ddcfe..da4940d 100644 --- a/networks/discord.json +++ b/networks/discord.json @@ -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",