bitbucket-ips

0.0.1 • Public • Published

Bitbucket IP Addresses

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

To get current IP addresses of Bitbucket

var ips = require ('bitbucket-ips');
ips(function(err, addresses){
    console.log (addresses)
});

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'
  ]
}

/bitbucket-ips/

    Package Sidebar

    Install

    npm i bitbucket-ips

    Weekly Downloads

    1

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • diorahman