This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$mageFilename = 'app/Mage.php'; | |
if (!file_exists($mageFilename)) { | |
echo $mageFilename." was not found"; | |
exit; | |
} | |
require_once $mageFilename; | |
Mage::app(); | |
try { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Alibaba Cloud - AU | |
#AS45102 | |
deny 47.89.160.0/19; | |
deny 47.87.238.0/23; | |
deny 47.250.128.0/17; | |
deny 8.221.192.0/18; | |
deny 47.80.96.0/19; | |
deny 203.107.68.0/24; | |
deny 47.89.104.0/22; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## HUAWEI CLOUDS - Singapore - AS136907 | |
## IPv4 Addresses | |
deny 14.137.170.0/23; | |
deny 157.230.240.0/20; | |
deny 180.249.200.0/22; | |
deny 183.87.96.0/20; | |
deny 146.174.176.0/20; | |
deny 124.243.158.0/24; | |
deny 49.0.192.0/21; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Tencent cloud computing (Beijing) Co., Ltd. | |
# AS132203 | |
deny 170.106.86.0/23; | |
deny 150.109.160.0/21; | |
deny 101.32.128.0/23; | |
deny 101.32.130.0/23; | |
deny 150.109.206.0/24; | |
deny 203.205.141.0/24; | |
deny 43.167.64.0/18; |