Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
BLQ5
/
minidns
Public
forked from
MiniDNS/minidns
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
1.0
User selector
All users
All time
Commit history
Commits on Jul 30, 2020
Merge pull request #107 from Flowdalic/unauthenticated-reverse-lookup
Show description for 290d2b9
Flowdalic
authored
290d2b9
View commit details
Copy full SHA for 290d2b9
Browse repository at this point
Merge pull request #108 from Flowdalic/reverse-ip-lookup-question
Show description for b42fdd0
Flowdalic
authored
b42fdd0
View commit details
Copy full SHA for b42fdd0
Browse repository at this point
Merge pull request #106 from Flowdalic/javadoc
Show description for 846f83f
Flowdalic
authored
846f83f
View commit details
Copy full SHA for 846f83f
Browse repository at this point
Commits on Jul 28, 2020
[dnssec] Annotate tlsa.certusage switch cases
Flowdalic
committed
b460ab5
View commit details
Copy full SHA for b460ab5
Browse repository at this point
[core] Add javadoc to TLSA.CertUsage
Flowdalic
committed
8822e4d
View commit details
Copy full SHA for 8822e4d
Browse repository at this point
Add DnsClient.getReverseIpLookupQuestionFor(InetAddress)
Flowdalic
committed
38fa139
View commit details
Copy full SHA for 38fa139
Browse repository at this point
[dane-java7] Refactor DaneExtendedTrustManager
Flowdalic
committed
a0e0ee8
View commit details
Copy full SHA for a0e0ee8
Browse repository at this point
[dane-java7] Call correct base trust manager method
Show description for 387f680
Flowdalic
committed
387f680
View commit details
Copy full SHA for 387f680
Browse repository at this point
[dane-java7] Do not perform unauthenticated reverse IP lookup
Show description for e9ce568
Flowdalic
committed
e9ce568
View commit details
Copy full SHA for e9ce568
Browse repository at this point
Commits on Jul 18, 2020
MiniDNS 1.0.1-alpha1-SNAPSHOT
Flowdalic
committed
c7a4a43
View commit details
Copy full SHA for c7a4a43
Browse repository at this point
MiniDNS 1.0.0
Flowdalic
committed
2e86609
View commit details
Copy full SHA for 2e86609
Browse repository at this point
Commits on Jun 19, 2020
MiniDNS 0.4.0-alpha7-SNAPSHOT
Flowdalic
committed
e1b68e3
View commit details
Copy full SHA for e1b68e3
Browse repository at this point
MiniDNS 0.4.0-alpha6
Flowdalic
committed
7b698c9
View commit details
Copy full SHA for 7b698c9
Browse repository at this point
[android21] Use ConnectivityManager.getActiveNetwork() (API 23)
Flowdalic
committed
6f1922c
View commit details
Copy full SHA for 6f1922c
Browse repository at this point
[gradle] Update AnimalSniffer to 1.5.1
Flowdalic
committed
fcd8b6b
View commit details
Copy full SHA for fcd8b6b
Browse repository at this point
Commits on May 26, 2020
[dnssec] Merge duplicate code of getDefaultTrustManager() into X509TrustManagerUtil
Flowdalic
committed
7217144
View commit details
Copy full SHA for 7217144
Browse repository at this point
Commits on Apr 26, 2020
MiniDNS 0.4.0-beta1-SNAPSHOT
Flowdalic
committed
9a7d270
View commit details
Copy full SHA for 9a7d270
Browse repository at this point
MiniDNS 0.4.0-alpha5
Flowdalic
committed
e6adb3b
View commit details
Copy full SHA for e6adb3b
Browse repository at this point
Replace version.gradle with 'version' file
Flowdalic
committed
4461b0a
View commit details
Copy full SHA for 4461b0a
Browse repository at this point
Commits on Apr 24, 2020
Make java(c|doc) use --release when available
Show description for a5f8595
Flowdalic
committed
a5f8595
View commit details
Copy full SHA for a5f8595
Browse repository at this point
core: add links to relevant IDNA documents to DnsName's javadoc
Flowdalic
committed
cc92eed
View commit details
Copy full SHA for cc92eed
Browse repository at this point
Commits on Apr 22, 2020
core: explain in DnsLabel javadoc that any byte is valid
Flowdalic
committed
00cdfc3
View commit details
Copy full SHA for 00cdfc3
Browse repository at this point
Commits on Mar 5, 2020
Use Integer.compare(int, int)
Flowdalic
committed
fee8bbc
View commit details
Copy full SHA for fee8bbc
Browse repository at this point
Use ArrayList instead of LinkedList in DnsClient.findDnsAddresses
Show description for 22eefab
Flowdalic
committed
22eefab
View commit details
Copy full SHA for 22eefab
Browse repository at this point
No need to initialize primaryHardcodedDnsServer in getServerAddresses
Show description for 89eafef
Flowdalic
committed
89eafef
View commit details
Copy full SHA for 89eafef
Browse repository at this point
Simplify DnsClient.getServerAddress()
Show description for 6a175dd
Flowdalic
committed
6a175dd
View commit details
Copy full SHA for 6a175dd
Browse repository at this point
travis: use gradle 6.2.1
Flowdalic
committed
528701c
View commit details
Copy full SHA for 528701c
Browse repository at this point
gradle: adopt build.gradle to new jacoco plugin API
Flowdalic
committed
0a21266
View commit details
Copy full SHA for 0a21266
Browse repository at this point
Drop OSGi support
Show description for 7ac3293
Flowdalic
committed
7ac3293
View commit details
Copy full SHA for 7ac3293
Browse repository at this point
Commits on Jan 11, 2020
Update copyright statement to 2020
Flowdalic
committed
7c32518
View commit details
Copy full SHA for 7c32518
Browse repository at this point
Add InternetAddressRR.from(InetAddress) constructor
Flowdalic
committed
6292bf7
View commit details
Copy full SHA for 6292bf7
Browse repository at this point
Add InetAddress generic to InternetAddressRR
Flowdalic
committed
cb66706
View commit details
Copy full SHA for cb66706
Browse repository at this point
Commits on Jan 3, 2020
Add MiniDnsFuture.anySuccessfulOf()
Flowdalic
committed
00550fa
View commit details
Copy full SHA for 00550fa
Browse repository at this point
Commits on Nov 11, 2019
client: handle exceptions of getDnsServerAddress() in findDNS()
Show description for 84745d7
Flowdalic
committed
84745d7
View commit details
Copy full SHA for 84745d7
Browse repository at this point
client: Catch SecurityException in UnixUsingEtcResolvConf lookup
Show description for 10cd65d
Flowdalic
committed
10cd65d
View commit details
Copy full SHA for 10cd65d
Browse repository at this point
Previous
Next
You can’t perform that action at this time.