Skip to content

Instantly share code, notes, and snippets.

@smithamax
Created December 15, 2015 05:47
Show Gist options
  • Save smithamax/164a739a18d5d15088a2 to your computer and use it in GitHub Desktop.
Save smithamax/164a739a18d5d15088a2 to your computer and use it in GitHub Desktop.
bitbucket domains

bitbucket.com

$ dig bitbucket.com

; <<>> DiG 9.8.3-P1 <<>> bitbucket.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 25393
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;bitbucket.com.			IN	A

;; ANSWER SECTION:
bitbucket.com.		60	IN	A	104.192.143.8
bitbucket.com.		60	IN	A	104.192.143.9
bitbucket.com.		60	IN	A	104.192.143.7

;; Query time: 29 msec
;; SERVER: 10.255.0.46#53(10.255.0.46)
;; WHEN: Tue Dec 15 16:44:40 2015
;; MSG SIZE  rcvd: 79

bitbucket.org

$ dig bitbucket.org

; <<>> DiG 9.8.3-P1 <<>> bitbucket.org
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 3096
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;bitbucket.org.			IN	A

;; ANSWER SECTION:
bitbucket.org.		33	IN	A	131.103.20.168
bitbucket.org.		33	IN	A	131.103.20.167

;; Query time: 29 msec
;; SERVER: 10.255.0.46#53(10.255.0.46)
;; WHEN: Tue Dec 15 16:45:19 2015
;; MSG SIZE  rcvd: 63

Temp fix /etc/hosts

...
104.192.143.3 bitbucket.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment