Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

nameservers

Difference between an A Rec and CNAME in Route53

July 15, 2023 by Tarik
Categories amazon-web-services Tags amazon-web-services, dns, nameservers Leave a comment

Python lookup hostname from IP with 1 second timeout

March 12, 2023 by Tarik

>>> import socket >>> socket.gethostbyaddr(“69.59.196.211”) (‘stackoverflow.com’, [‘211.196.59.69.in-addr.arpa’], [‘69.59.196.211’]) For implementing the timeout on the function, this stackoverflow thread has answers on that.

Categories python Tags dns, hostname, nameservers, python Leave a comment

How do I get a list of all subdomains of a domain? [closed]

October 4, 2022 by Tarik

The hint (using axfr) only works if the NS you’re querying (ns1.foo.example in your example) is configured to allow AXFR requests from the IP you’re using; this is unlikely, unless your IP is configured as a secondary for the domain in question. Basically, there’s no easy way to do it if you’re not allowed to … Read more

Categories dns Tags dig, dns, nameservers, subdomain Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa