Python Forum
a program i want to create, some day
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
a program i want to create, some day
#1
a program i want to create, some day, is one that carries out an "expanding recursion" in DNS. normally, each time a recursion step gets some new references, it picks one and performs the next query until it gets the final answer. what mine would do is "pick" all of the references and do the next step with them all, in parallel. it would only make each query to each server just once. duplicate references would not cause duplicate queries.

so i will be keeping my eyes open for a good tool that makes it easy to do all the DNS queries neede to carry out DNS recursion.
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to create a shortcut of your python program on your phone screen (using Q3Python) Alexx 0 1,620 May-20-2020, 06:10 PM
Last Post: Alexx

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020