Skip to content

A simple DNS server that makes it easier to work with legacy (IPv4) IP addresses when using NAT64/DNS64

License

Notifications You must be signed in to change notification settings

ipv6rslimited/legacydns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

legacydns for golang

Provides a legacy DNS server for users who are on NAT64.

Features

  • Responds with the A record corresponding a name, like 1.1.1.1.visibleip.com will return 1.1.1.1

Example

  • Try it out, type host IPv4_ADDRESS.visibleip.com in your terminal.

Use Case

  • This makes it easier to work with your grandpa's legacy IPv4 networks.

Usage

  • Edit the DNS (visibleip.com)
  • Type go build main.go
  • Type ./main

You'll need to setup a Nameserver and DNS prior, of course.

License

Distributed under the COOL License.

Copyright (c) 2024 IPv6.rs https://ipv6.rs All Rights Reserved

About

A simple DNS server that makes it easier to work with legacy (IPv4) IP addresses when using NAT64/DNS64

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages