Skip to content

Instantly share code, notes, and snippets.

@yutahaga
Last active December 21, 2018 19:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yutahaga/86c9758ba8d5e860148e71215e9ad421 to your computer and use it in GitHub Desktop.
Save yutahaga/86c9758ba8d5e860148e71215e9ad421 to your computer and use it in GitHub Desktop.
ManageWP からのアクセスを許可する .htaccess スニペット。
# SetEnvIf Remote_Addr ManageWP AllowCountry
# @See (https://managewp.com/troubleshooting/general/managewp-ips-can-white-list)
SetEnvIf Remote_Addr 34.211.180.66 AllowCountry
SetEnvIf Remote_Addr 54.70.65.107 AllowCountry
SetEnvIf Remote_Addr 34.210.224.7 AllowCountry
SetEnvIf Remote_Addr 52.41.5.108 AllowCountry
SetEnvIf Remote_Addr 52.35.72.129 AllowCountry
SetEnvIf Remote_Addr 35.162.254.253 AllowCountry
SetEnvIf Remote_Addr 52.11.12.231 AllowCountry
SetEnvIf Remote_Addr 52.11.29.70 AllowCountry
SetEnvIf Remote_Addr 52.11.54.161 AllowCountry
SetEnvIf Remote_Addr 52.24.142.159 AllowCountry
SetEnvIf Remote_Addr 52.25.191.255 AllowCountry
SetEnvIf Remote_Addr 52.27.181.126 AllowCountry
SetEnvIf Remote_Addr 52.34.126.117 AllowCountry
SetEnvIf Remote_Addr 52.34.254.47 AllowCountry
SetEnvIf Remote_Addr 52.35.82.99 AllowCountry
SetEnvIf Remote_Addr 52.36.28.80 AllowCountry
SetEnvIf Remote_Addr 52.38.106.97 AllowCountry
SetEnvIf Remote_Addr 52.39.177.152 AllowCountry
SetEnvIf Remote_Addr 52.41.230.148 AllowCountry
SetEnvIf Remote_Addr 52.41.237.12 AllowCountry
SetEnvIf Remote_Addr 52.42.126.166 AllowCountry
SetEnvIf Remote_Addr 52.43.13.71 AllowCountry
SetEnvIf Remote_Addr 52.43.76.224 AllowCountry
SetEnvIf Remote_Addr 52.88.96.110 AllowCountry
SetEnvIf Remote_Addr 52.89.155.51 AllowCountry
SetEnvIf Remote_Addr 54.148.73.118 AllowCountry
SetEnvIf Remote_Addr 54.186.37.105 AllowCountry
SetEnvIf Remote_Addr 54.187.92.57 AllowCountry
SetEnvIf Remote_Addr 54.191.32.65 AllowCountry
SetEnvIf Remote_Addr 54.191.67.23 AllowCountry
SetEnvIf Remote_Addr 54.191.80.119 AllowCountry
SetEnvIf Remote_Addr 54.191.135.209 AllowCountry
SetEnvIf Remote_Addr 54.191.136.176 AllowCountry
SetEnvIf Remote_Addr 54.191.137.17 AllowCountry
SetEnvIf Remote_Addr 54.191.148.85 AllowCountry
SetEnvIf Remote_Addr 54.191.149.8 AllowCountry
SetEnvIf Remote_Addr 52.26.122.21 AllowCountry
SetEnvIf Remote_Addr 52.24.187.29 AllowCountry
SetEnvIf Remote_Addr 52.89.85.107 AllowCountry
SetEnvIf Remote_Addr 54.186.128.167 AllowCountry
SetEnvIf Remote_Addr 54.191.40.136 AllowCountry
SetEnvIf Remote_Addr 52.24.62.11 AllowCountry
SetEnvIf Remote_Addr 52.88.119.122 AllowCountry
SetEnvIf Remote_Addr 54.191.148.225 AllowCountry
SetEnvIf Remote_Addr 54.191.151.18 AllowCountry
SetEnvIf Remote_Addr 52.89.94.121 AllowCountry
SetEnvIf Remote_Addr 52.25.116.116 AllowCountry
SetEnvIf Remote_Addr 52.88.215.225 AllowCountry
SetEnvIf Remote_Addr 54.186.143.184 AllowCountry
SetEnvIf Remote_Addr 52.88.197.180 AllowCountry
SetEnvIf Remote_Addr 52.27.171.126 AllowCountry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment