0.0.2 • Published 10 years ago

bbips v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

Bitbucket IP Addresses

What are the Bitbucket IP addresses I should use to configure my corporate firewall?

INSTALL

$ npm install bbips -g

To get current IP addresses of Bitbucket

$ bbips

The current answer from Confluence:

{
  inbounds: [
    '131.103.20.167',
    '131.103.20.168',
    '131.103.20.169',
    '131.103.20.170'
  ],
  outbounds: [
    '131.103.20.165',
    '131.103.20.166'
  ]
}