https://github.com/ahmetozer/dns64-only
Test Your NAT64 system with dns64-only DNS server.
https://github.com/ahmetozer/dns64-only
arm dns dns-proxy dns-server dns64 dns64-nat64 ip-translation ipv6 nat64 network
Last synced: 8 months ago
JSON representation
Test Your NAT64 system with dns64-only DNS server.
- Host: GitHub
- URL: https://github.com/ahmetozer/dns64-only
- Owner: ahmetozer
- License: apache-2.0
- Created: 2021-04-14T18:32:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-14T19:03:43.000Z (over 4 years ago)
- Last Synced: 2024-12-30T10:51:01.108Z (10 months ago)
- Topics: arm, dns, dns-proxy, dns-server, dns64, dns64-nat64, ip-translation, ipv6, nat64, network
- Language: Go
- Homepage:
- Size: 57.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# DNS64-Only
Test your NAT64 network with DNS64-Only
## Avaible Options
- **nameserver**
Set upstream dns server.
Default: 1.1.1.1- **D**
Debug mode.- **nat64**
IPv6 nat64 prefix.
Default: 64:ff9b::## Example Run
You can start dns64-only with docker or if you prefer you can build from source.
```bash
docker run -it --rm ghcr.io/ahmetozer/dns64-only# Custom Nameserver
docker run -it --rm ghcr.io/ahmetozer/dns64-only -nameserver 8.8.8.8
```## Work Logic
The server reads DNS queries and asks upstream DNS server. After getting the response, the system translates IPv4 addresses with your NAT64 IPv6 prefix and only reply the client request with the translated address.
