Giter VIP home page Giter VIP logo

Comments (5)

Edu4rdSHL avatar Edu4rdSHL commented on May 20, 2024 1

It feature have been implemented in Findomain+ version. To know more about it see https://twitter.com/Edu4rdSHL/status/1229585761059721220?s=19

Proof: https://twitter.com/Edu4rdSHL/status/1233239614745391104?s=19

Edit: HTTP status also have been added to webhooks notifications.

from findomain.

Edu4rdSHL avatar Edu4rdSHL commented on May 20, 2024

Hello, I will send the resolved domains in the format domain.tld,IP address. Have in mind that enabling it option you will only got there non NX domains (only exisintg ones), that's how the current resolver works: if IP == NULL, don't return anything. It's ok?

Though we need more feedback from the community before working on it.

from findomain.

uBadRequest avatar uBadRequest commented on May 20, 2024

Yes thats fine. It will help me easily distinguish between domains that have been registered but aren't pointing anywhere.

How FindDomain is currently designed, how easy would it be to send a notification if a found subdomain starts pointing to a CNAME or IP address?

from findomain.

Edu4rdSHL avatar Edu4rdSHL commented on May 20, 2024

How FindDomain is currently designed, how easy would it be to send a notification if a found subdomain starts pointing to a CNAME or IP address?

Findomain is designed in a very modular way, every step is done by a independent and optimized function for that step specifically but at same time every function can work together with another function without any problem. The asynchronous resolver is:

https://github.com/Edu4rdSHL/findomain/blob/3e5fd138584341ee1563db78bb0ee9a10be7867a/src/lib.rs#L255-L276

Currently the resolver is only capable of discover IP, not CNAME, it isn't hard to implement but I need to add a new feature, then I can work with CNAME. Talking about the possibility to send the domain.tld,ip format to webhooks, isn't hard, I need to add a couple of lines to do that but sincerely is more a logic implementation.

So, I'm going to delete "CNAME" for the issue title and if you want to work with CNAME record, open another request for enhancement.

from findomain.

uBadRequest avatar uBadRequest commented on May 20, 2024

Would it be easier to just insert the IP address in the database? I'm really interested in finding domains that suddenly start resolving to an IP addresses. Maybe create two columns, one for the date modified and then the IP. Would be cool to track if an IP address changes or just record changes, like it starts pointing to a CNAME but theres probably alot that are going to be load balanced and change IP addresses often...

from findomain.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.