Skip to content

Commit

Permalink
Whitelists new BitBuckets IPs
Browse files Browse the repository at this point in the history
  • Loading branch information
Wanchai authored Feb 20, 2018
1 parent 6121db3 commit e0a40d2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ftpbucket/.htaccess
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
SetEnv PHP_VER 54

# https://confluence.atlassian.com/bitbucket/manage-webhooks-735643732.html
# https://confluence.atlassian.com/bitbucket/what-are-the-bitbucket-cloud-ip-addresses-i-should-use-to-configure-my-corporate-firewall-343343385.html
# https://help.github.com/articles/what-ip-addresses-does-github-use-that-i-should-whitelist/
# allow POST from bitbucket and Github

Expand All @@ -10,7 +11,11 @@ SetEnv PHP_VER 54
allow from 131.103.20.160/27
allow from 165.254.145.0/26
allow from 104.192.143.0/24
allow from 104.192.136.0/21
allow from 34.198.203.127
allow from 34.198.178.64
allow from 34.198.32.85
# GH
allow from 192.30.252.0/22
allow from 2620:112:3000::/44
</Limit>
</Limit>

0 comments on commit e0a40d2

Please sign in to comment.