Download java dns component

Author: s | 2025-04-24

★★★★☆ (4.4 / 1594 reviews)

Download Antivirus

Java DNS Component v.1.4.0.0 Java DNS Component provides DNS Record lookup for A, A6, AAAA, MX, NS, PTR, SOA, TXT and WKS type records. Along with DNSLookup class, a SimpleDNSLookup class is provided for simple use. Get Java DNS Component and take it for a spin to see what it .NET DNS Component. Version 1.3. Free Trial Version Download API Documentation Buy Now. Click here for Java version of DNS Component

Download portraitpro 19.7.1

Java DNS Component - FREE Download Java DNS Component

 Advertisement Advertisement Java DNS Component provides DNS Record lookup for A, A6, AAAA, MX, NS, PTR, SOA, TXT and WKS type records. Along with DNSLookup class, a SimpleDNSLookup class is provided for simple use. Get Java DNS Component and take it for a spin to see what it can actually do for you! for WindowsAll Java DNS Component provides DNS Record lookup ... Java DNS Component provides DNS Record lookup for A, A6, AAAA, MX, NS, PTR, SOA, TXT and WKS type records. Along with DNSLookup class, a SimpleDNSLookup class is provided for simple use. Get Java DNS Component and take it for a spin to see what it ... java dns component, dns component, java component, dns record lookup, dns, lookup, java File Name:Java DNS Component Version:1.4.0.0 Date:25 Aug 12 Author:LavanTech Runs on:WindowsAll Rating: License:Freeware Downloads:305 Price:Free Review Java DNS Component Other software of LavanTech.NET DNS Component v.1.3.0.0.NET DNS Component provides DNS Record lookup for A, A6, AAAA, MX, NS, PTR, SOA, TXT and WKS type records. Along with DNSLookup class, a SimpleDNSLookup class is provided for simple use. Get .NET DNS Component and take it for a spin to see what it ....NET SMTP Mail Component v.1.4.NET SMTP Mail Component provides an easy way to send mails from .NET applications. It can send mails without a relaying SMTP mail server..NET SMTP Mail Component supports attachment using MIME and PLAIN Authentication with mail server. Give .NET ...Java SMTP Mail Component v.1.4Java SMTP Mail Component provides an easy way to send mails from Java applications. It can send mails without a relaying SMTP mail server.Java SMTP Mail Component supports attachment using MIME and PLAIN Authentication with mail server. Give Java ...New Components & Libraries softwareMiraplacid Text Driver SDK TE v.7.1Generates virtual printer driver to extract text from printable documents, then save it to file or upload to a server. You can customize it with interactive wizard and embed into your application ...Agile.MailSystem v.5.0.3454.364Agile.MailSystem is a complete email development solution that enables users to send templated and merged (databound) emails with optional queuing. It provides the capability to validate, receive,

free to do list

Java DNS Component - FREE Download Java DNS Component 1.4.0.0

Download by ActiveXperts Software ActiveSocket is a Network Communication component for Windows. It features: SSH (Secure Shell), RSH (Remote Shell), ... Basic .NET, CShare C# .NET, Visual Basic, C++, Java, Delphi, PHP, HTML and VBScript projects. Runs on ... type: Shareware ($395.00) categories: Socket, winsock, tcp, tool, toolkit, componen, VB.NET, ASP, telnet, snmp, Visual, Basic View Details Download ActiveSocket 4.2 download by ActiveXperts Software ActiveSocket is a Network Communication component for Windows. It features: DNS, FTP, HTTP, HTTPs, ICMP Ping, ... Basic .NET, CShare C# .NET, Visual Basic, C++, Java, Delphi, PHP, HTML and VBScript projects. Runs on ... type: Shareware ($195.00) categories: Socket, winsock, tcp, tool, toolkit, componen, VB.NET, ASP, telnet, snmp, Visual, Basic View Details Download Live View 0.7b 0.7b download by Carnegie Mellon University Live View is a Java-based graphical forensics tool that creates a VMware virtual ... Containing the following operating systems * Windows 2008, Vista, 2003, XP, 2000, NT, Me, 98 ... OS was originally installed; creating a customized MBR for partition-only images; and correctly specifying a virtual disk ... View Details Download ActiveXperts SMTP POP3 Component 3.1 download by ActiveXperts Software SMTP and POP3 SDK for .NET, VB, CSharp, C#, VC++, VB.NET, Delphi, PHP, Java and other ActiveX aware platforms. Support for multiple recipients (To,CC,BCC), multiple attachments (ASCII and binary), ... (7 bit, 8 bit, quoted-printable, base64). Samples included for VB.NET, VC#.NET, VBScript, ASP, VB, VC++, Delphi, PHP, ... type: Shareware ($255.00) categories: Smtp, pop3, mail, email, e-mail, tool, toolkit, VBScript, VB.NET, ASP, dotnet View Details Download ActiveEmail 3.2 download by ActiveXperts Software SMTP and POP3 component for VB.NET, CSharp.NET, ASP.NET, C++, Delphi, PHP, Java and other development platforms. Support for secure mail servers (SSL), multiple recipients (To,CC,BCC), multiple ... SMTP authentication, POP3 authentication, POP3 header download, Support for free mail servers incl. Gmail and Windows Live. ... type: Shareware ($150.00) categories: Smtp, pop3, mail, email, e-mail, tool, toolkit, VBScript, VB.NET, ASP, dotnet View Details Download EmEditor Professional 14.6.1 download by Emurasoft, Inc. EmEditor Professional, a lightweight text editor for Windows, supports Unicode, as well as many international encodings. ... or larger) quickly and

Java DNS Component v.1.4.0.0 - WinSite

Question What are the steps to create a simple authoritative DNS server using Java? Answer Building a simple authoritative DNS server in Java involves understanding DNS protocols, setting up socket communication, and handling DNS queries effectively. This guide walks you through the process step-by-step, ensuring you grasp the essential components of DNS server functionality. import java.net.*;import java.util.*;public class SimpleDNSServer { public static void main(String[] args) throws SocketException { DatagramSocket socket = new DatagramSocket(53); byte[] buffer = new byte[512]; DatagramPacket packet = new DatagramPacket(buffer, buffer.length); System.out.println("DNS Server is running..."); while (true) { socket.receive(packet); } }} Causes Lack of understanding of DNS protocols and requests. Insufficient implementation of DNS record management. Ignoring multi-threading for handling multiple requests. Solutions Use Java's DatagramSocket for handling DNS requests and responses. Implement proper data structures to store DNS records. Ensure your server can run asynchronously to manage multiple queries at once. Common Mistakes Mistake: Not handling exceptions properly which can cause server crashes. Solution: Wrap your socket operations in try-catch blocks to gracefully handle exceptions. Mistake: Using blocking I/O which limits the server's ability to process concurrent requests. Solution: Implement threading or use NIO (Non-blocking I/O) to enhance performance. Helpers Authoritative DNS server DNS server Java Java DNS server tutorial Simple DNS server Java Build DNS server Java Related Questions. Java DNS Component v.1.4.0.0 Java DNS Component provides DNS Record lookup for A, A6, AAAA, MX, NS, PTR, SOA, TXT and WKS type records. Along with DNSLookup class, a SimpleDNSLookup class is provided for simple use. Get Java DNS Component and take it for a spin to see what it

.NET DNS Component - FREE Download .NET DNS Component

Available as of Camel version 2.7 This is an additional component for Camel to run DNS queries, using DNSJava. The component is a thin layer on top of DNSJava. The component offers the following operations: ip, to resolve a domain by its ip lookup, to lookup information about the domain dig, to run DNS queries INFO:*Requires SUN JVM* The DNSJava library requires running on the SUN JVM. If you use Apache ServiceMix or Apache Karaf, you’ll need to adjust the etc/jre.properties file, to add sun.net.spi.nameservice to the list of Java platform packages exported. The server will need restarting before this change takes effect. Maven users will need to add the following dependency to their pom.xml for this component: org.apache.camel camel-dns x.x.x 86.1. URI format The URI scheme for a DNS component is as follows dns://operation[?options] This component only supports producers. 86.2. Options The DNS component has no options. The DNS endpoint is configured using URI syntax: dns:dnsType with the following path and query parameters: 86.2.1. Path Parameters (1 parameters):NameDescriptionDefaultType dnsType Required The type of the lookup. DnsType 86.2.2. Query Parameters (1 parameters):NameDescriptionDefaultType synchronous (advanced) Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). false boolean 86.3. Spring Boot Auto-Configuration The component supports 2 options, which are listed below. NameDescriptionDefaultType camel.component.dns.enabled Enable dns component true Boolean camel.component.dns.resolve-property-placeholders Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders. true Boolean 86.5. Examples86.5.1. IP lookup This looks up a domain’s IP. For example, www.example.com resolves to 192.0.32.10. The IP address to lookup must be provided in the header with key "dns.domain". 86.5.2. DNS lookup This returns a set of DNS records associated with a domain. The name to lookup must be provided

aks-java-demo/scripts/deployment/templates/bicep/components/dns

Streamlined DNS Management with ASPMX Mail Exchanger ASPMX Mail Exchanger DNS Component provides an efficient solution for managing DNS records for email systems, simplifying setup and configuration. image/svg+xml 2025 Editor's Rating ASPMX Mail Exchanger DNS Component is a crucial tool used by mail servers to identify the destination server for a particular email. It serves as a Domain Name System (DNS) component responsible for directing emails to the right server through the priority ranking system. The ASPMX Mail Exchanger DNS Component operates by assigning a preference value to the mail exchange servers, indicating the preferred order in which the mail servers receive emails.This DNS component plays a critical role in ensuring that emails are delivered efficiently and timely. With its ability to distribute emails to multiple servers, it enhances redundancy and reduces the risk of loss of communication. Additionally, this tool ensures that the emails are sent to the correct recipient's domain with appropriate settings.Furthermore, the ASPMX Mail Exchanger DNS Component offers flexibility in handling complex mail delivery scenarios, such as email forwarding and routing. It can prioritize mail servers based on the origin of the email and take into account any specific instructions within the email headers. ASPMX Mail Exchanger DNS Component is an essential element of email infrastructure that helps ensure reliable communication and efficient message delivery for all involved parties. Overview ASPMX Mail Exchanger DNS Component is a Shareware software in the category Miscellaneous developed by ASPMX Mail Exchanger DNS Component.The latest version of ASPMX Mail Exchanger DNS Component is currently unknown. It was initially added to our database on 10/30/2007.ASPMX Mail Exchanger DNS Component runs on the following operating systems: Windows. ASPMX Mail Exchanger DNS Component has not been rated by our users yet. Pros Provides easy and reliable DNS management for mail exchanger records Helps ensure proper mail delivery by managing MX records effectively Can help in troubleshooting email delivery issues by providing clear control over DNS settings Cons May have limited features compared to other comprehensive DNS management tools May not offer advanced DNS management capabilities beyond handling MX records FAQ What is ASPMX Mail Exchanger DNS Component? ASPMX Mail Exchanger DNS Component is a DNS component that allows you to retrieve the mail exchanger (MX) records for a domain. How can I use ASPMX Mail Exchanger DNS Component? You can use ASPMX Mail Exchanger DNS Component by integrating it into your application or software and making requests to retrieve MX records. What programming languages does ASPMX Mail Exchanger DNS Component support? ASPMX Mail Exchanger DNS Component supports multiple programming languages such as C#, Java, and Python. Can ASPMX Mail Exchanger DNS Component handle various types of DNS queries? Yes, ASPMX Mail Exchanger DNS Component is capable of handling different types of DNS queries including MX record retrieval. Does ASPMX Mail Exchanger DNS Component offer caching functionality? Yes, ASPMX Mail Exchanger DNS Component provides caching functionality to optimize performance and reduce redundant DNS queries. Are there any limitations to the number of queries I

DNS Component for .NET Download - Easily query DNS servers

Rule to meet your own requirements, such. Web Filter: Java%2FTrojanDropper.NMO%21tr. Submit a URL to check its Rating. Category: Newly Observed Domain. Domains that are newly configured or. MapR-DB supports the following Java filters, which work identically to their. For example, if prefix is 'an', it will pass keys with columns like 'and', 'anti' but not. Copy path. antisamy-servlet-filter/src/main/java/bazagious/AntiSamyFilter.java. passing the raw request parameters through the anti-samy filter. Should be. Download Filter Breaker.. Java & JavaScript.. Free to download and free to use. is free anti spam filter software for Microsoft Outlook. Internet Free Filter Breaker. 1.8 clients can no longer bypass the filter! New Commands! /filter add | filter.add. import org.bukkit.plugin.java.JavaPlugin; Tags; Download; Authors; Contact; download uc browser anti filter android download ultrasurf 9 5 for iran Free anti filter java downloads Anti Filter Proxy Iran For. Examples are as follows: XSSFilter.java public void doFilter(ServletRequest servletrequest, ServletResponse servletresponse, FilterChain. Different filtering requirements for a sampled data system describing aliasing and the types of filters that can be used for anti-aliasing. Spam Filter Java Final Project. ABSTRACT. Spam E-Mail Filtering Java Project explains about developing anti spam application by using ALPACAS frame work,. Anti-DNS pinning is a specialized version of DNS. Rebinding. SOCKS proxy using only untrusted Java applets. • Discuss.. Anti-XSS filters might break this. It is also a part of our anti-decompiler technique.. If no filters specified and corresponding functions are enabled, Stringer protects all the. Introduction; Filter Class Name; Initialisation parameters; CORS Filter and... ExpiresFilter is a Java Servlet API port of Apache mod_expires.... Should the anti click-jacking header ( X-Frame-Options ) be set on the response. Protect your health with this Reusable Vogmask N99CV CE Certified FFP1 Available in sizes Small, Medium, Large Sizes N99 filter layer, carbon filter. NoScript also provides the most powerful anti-XSS and. Java DNS Component v.1.4.0.0 Java DNS Component provides DNS Record lookup for A, A6, AAAA, MX, NS, PTR, SOA, TXT and WKS type records. Along with DNSLookup class, a SimpleDNSLookup class is provided for simple use. Get Java DNS Component and take it for a spin to see what it .NET DNS Component. Version 1.3. Free Trial Version Download API Documentation Buy Now. Click here for Java version of DNS Component

Comments

User4254

 Advertisement Advertisement Java DNS Component provides DNS Record lookup for A, A6, AAAA, MX, NS, PTR, SOA, TXT and WKS type records. Along with DNSLookup class, a SimpleDNSLookup class is provided for simple use. Get Java DNS Component and take it for a spin to see what it can actually do for you! for WindowsAll Java DNS Component provides DNS Record lookup ... Java DNS Component provides DNS Record lookup for A, A6, AAAA, MX, NS, PTR, SOA, TXT and WKS type records. Along with DNSLookup class, a SimpleDNSLookup class is provided for simple use. Get Java DNS Component and take it for a spin to see what it ... java dns component, dns component, java component, dns record lookup, dns, lookup, java File Name:Java DNS Component Version:1.4.0.0 Date:25 Aug 12 Author:LavanTech Runs on:WindowsAll Rating: License:Freeware Downloads:305 Price:Free Review Java DNS Component Other software of LavanTech.NET DNS Component v.1.3.0.0.NET DNS Component provides DNS Record lookup for A, A6, AAAA, MX, NS, PTR, SOA, TXT and WKS type records. Along with DNSLookup class, a SimpleDNSLookup class is provided for simple use. Get .NET DNS Component and take it for a spin to see what it ....NET SMTP Mail Component v.1.4.NET SMTP Mail Component provides an easy way to send mails from .NET applications. It can send mails without a relaying SMTP mail server..NET SMTP Mail Component supports attachment using MIME and PLAIN Authentication with mail server. Give .NET ...Java SMTP Mail Component v.1.4Java SMTP Mail Component provides an easy way to send mails from Java applications. It can send mails without a relaying SMTP mail server.Java SMTP Mail Component supports attachment using MIME and PLAIN Authentication with mail server. Give Java ...New Components & Libraries softwareMiraplacid Text Driver SDK TE v.7.1Generates virtual printer driver to extract text from printable documents, then save it to file or upload to a server. You can customize it with interactive wizard and embed into your application ...Agile.MailSystem v.5.0.3454.364Agile.MailSystem is a complete email development solution that enables users to send templated and merged (databound) emails with optional queuing. It provides the capability to validate, receive,

2025-03-26
User2597

Download by ActiveXperts Software ActiveSocket is a Network Communication component for Windows. It features: SSH (Secure Shell), RSH (Remote Shell), ... Basic .NET, CShare C# .NET, Visual Basic, C++, Java, Delphi, PHP, HTML and VBScript projects. Runs on ... type: Shareware ($395.00) categories: Socket, winsock, tcp, tool, toolkit, componen, VB.NET, ASP, telnet, snmp, Visual, Basic View Details Download ActiveSocket 4.2 download by ActiveXperts Software ActiveSocket is a Network Communication component for Windows. It features: DNS, FTP, HTTP, HTTPs, ICMP Ping, ... Basic .NET, CShare C# .NET, Visual Basic, C++, Java, Delphi, PHP, HTML and VBScript projects. Runs on ... type: Shareware ($195.00) categories: Socket, winsock, tcp, tool, toolkit, componen, VB.NET, ASP, telnet, snmp, Visual, Basic View Details Download Live View 0.7b 0.7b download by Carnegie Mellon University Live View is a Java-based graphical forensics tool that creates a VMware virtual ... Containing the following operating systems * Windows 2008, Vista, 2003, XP, 2000, NT, Me, 98 ... OS was originally installed; creating a customized MBR for partition-only images; and correctly specifying a virtual disk ... View Details Download ActiveXperts SMTP POP3 Component 3.1 download by ActiveXperts Software SMTP and POP3 SDK for .NET, VB, CSharp, C#, VC++, VB.NET, Delphi, PHP, Java and other ActiveX aware platforms. Support for multiple recipients (To,CC,BCC), multiple attachments (ASCII and binary), ... (7 bit, 8 bit, quoted-printable, base64). Samples included for VB.NET, VC#.NET, VBScript, ASP, VB, VC++, Delphi, PHP, ... type: Shareware ($255.00) categories: Smtp, pop3, mail, email, e-mail, tool, toolkit, VBScript, VB.NET, ASP, dotnet View Details Download ActiveEmail 3.2 download by ActiveXperts Software SMTP and POP3 component for VB.NET, CSharp.NET, ASP.NET, C++, Delphi, PHP, Java and other development platforms. Support for secure mail servers (SSL), multiple recipients (To,CC,BCC), multiple ... SMTP authentication, POP3 authentication, POP3 header download, Support for free mail servers incl. Gmail and Windows Live. ... type: Shareware ($150.00) categories: Smtp, pop3, mail, email, e-mail, tool, toolkit, VBScript, VB.NET, ASP, dotnet View Details Download EmEditor Professional 14.6.1 download by Emurasoft, Inc. EmEditor Professional, a lightweight text editor for Windows, supports Unicode, as well as many international encodings. ... or larger) quickly and

2025-04-17
User4254

Available as of Camel version 2.7 This is an additional component for Camel to run DNS queries, using DNSJava. The component is a thin layer on top of DNSJava. The component offers the following operations: ip, to resolve a domain by its ip lookup, to lookup information about the domain dig, to run DNS queries INFO:*Requires SUN JVM* The DNSJava library requires running on the SUN JVM. If you use Apache ServiceMix or Apache Karaf, you’ll need to adjust the etc/jre.properties file, to add sun.net.spi.nameservice to the list of Java platform packages exported. The server will need restarting before this change takes effect. Maven users will need to add the following dependency to their pom.xml for this component: org.apache.camel camel-dns x.x.x 86.1. URI format The URI scheme for a DNS component is as follows dns://operation[?options] This component only supports producers. 86.2. Options The DNS component has no options. The DNS endpoint is configured using URI syntax: dns:dnsType with the following path and query parameters: 86.2.1. Path Parameters (1 parameters):NameDescriptionDefaultType dnsType Required The type of the lookup. DnsType 86.2.2. Query Parameters (1 parameters):NameDescriptionDefaultType synchronous (advanced) Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). false boolean 86.3. Spring Boot Auto-Configuration The component supports 2 options, which are listed below. NameDescriptionDefaultType camel.component.dns.enabled Enable dns component true Boolean camel.component.dns.resolve-property-placeholders Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders. true Boolean 86.5. Examples86.5.1. IP lookup This looks up a domain’s IP. For example, www.example.com resolves to 192.0.32.10. The IP address to lookup must be provided in the header with key "dns.domain". 86.5.2. DNS lookup This returns a set of DNS records associated with a domain. The name to lookup must be provided

2025-04-20
User8599

Streamlined DNS Management with ASPMX Mail Exchanger ASPMX Mail Exchanger DNS Component provides an efficient solution for managing DNS records for email systems, simplifying setup and configuration. image/svg+xml 2025 Editor's Rating ASPMX Mail Exchanger DNS Component is a crucial tool used by mail servers to identify the destination server for a particular email. It serves as a Domain Name System (DNS) component responsible for directing emails to the right server through the priority ranking system. The ASPMX Mail Exchanger DNS Component operates by assigning a preference value to the mail exchange servers, indicating the preferred order in which the mail servers receive emails.This DNS component plays a critical role in ensuring that emails are delivered efficiently and timely. With its ability to distribute emails to multiple servers, it enhances redundancy and reduces the risk of loss of communication. Additionally, this tool ensures that the emails are sent to the correct recipient's domain with appropriate settings.Furthermore, the ASPMX Mail Exchanger DNS Component offers flexibility in handling complex mail delivery scenarios, such as email forwarding and routing. It can prioritize mail servers based on the origin of the email and take into account any specific instructions within the email headers. ASPMX Mail Exchanger DNS Component is an essential element of email infrastructure that helps ensure reliable communication and efficient message delivery for all involved parties. Overview ASPMX Mail Exchanger DNS Component is a Shareware software in the category Miscellaneous developed by ASPMX Mail Exchanger DNS Component.The latest version of ASPMX Mail Exchanger DNS Component is currently unknown. It was initially added to our database on 10/30/2007.ASPMX Mail Exchanger DNS Component runs on the following operating systems: Windows. ASPMX Mail Exchanger DNS Component has not been rated by our users yet. Pros Provides easy and reliable DNS management for mail exchanger records Helps ensure proper mail delivery by managing MX records effectively Can help in troubleshooting email delivery issues by providing clear control over DNS settings Cons May have limited features compared to other comprehensive DNS management tools May not offer advanced DNS management capabilities beyond handling MX records FAQ What is ASPMX Mail Exchanger DNS Component? ASPMX Mail Exchanger DNS Component is a DNS component that allows you to retrieve the mail exchanger (MX) records for a domain. How can I use ASPMX Mail Exchanger DNS Component? You can use ASPMX Mail Exchanger DNS Component by integrating it into your application or software and making requests to retrieve MX records. What programming languages does ASPMX Mail Exchanger DNS Component support? ASPMX Mail Exchanger DNS Component supports multiple programming languages such as C#, Java, and Python. Can ASPMX Mail Exchanger DNS Component handle various types of DNS queries? Yes, ASPMX Mail Exchanger DNS Component is capable of handling different types of DNS queries including MX record retrieval. Does ASPMX Mail Exchanger DNS Component offer caching functionality? Yes, ASPMX Mail Exchanger DNS Component provides caching functionality to optimize performance and reduce redundant DNS queries. Are there any limitations to the number of queries I

2025-03-31
User9184

Here are 36 public repositories matching this topic... Code Issues Pull requests Solve your DNS hosts from your docker containers, then from your local configuration, then from internet Updated Feb 24, 2025 Java Code Issues Pull requests The DuckDNS DDNS Server Code Updated Jun 13, 2018 Java Code Issues Pull requests A set of core libraries for Java Updated Mar 11, 2025 Java Code Issues Pull requests Eureka DNS Server: RFC 1035/2782 compatible DNS server interface to Netflix Eureka service registry. Updated Apr 19, 2022 Java Code Issues Pull requests A Secure DNS Server (forwarder) based on Google DNS over HTTPS Service Updated Sep 16, 2017 Java Code Issues Pull requests A simple DNS server that gets a hostname from a client and returns the hostname's IP address Updated Dec 30, 2019 Java Code Issues Pull requests A tool to manipulate web pages on behalf of the visitor. Updated Aug 28, 2018 Java Code Issues Pull requests A java DNS proxy server that filters huge list of domain names Updated Sep 19, 2018 Java Code Issues Pull requests Pollution free high performance DNS service Updated May 4, 2017 Java Code Issues Pull requests Authoritative DNS Server and Service Registry with Resource Record versioning Updated Nov 14, 2018 Java Code Issues Pull requests JavaScript-configurable, lightweight, authoritative, non-recursive DNS server in Java. Updated Jan 14, 2019 Java Code Issues Pull requests computer network Updated Feb 14, 2023 Java Code Issues Pull requests Basic DNS system implementation using Java Updated Apr 17, 2023 Java Code Issues Pull requests Enhances Netty's DNS support with the ability to parse and programmatically manipulate DNS records with a clean API Updated Jun 12, 2023 Java Code Issues Pull requests DNS Log Analyzer is a multithreaded Java application that monitors and analyzes log files generated by a DNS

2025-04-05

Add Comment