From 9ed350de5caeb15a0eff358bd6d9476b04fe1343 Mon Sep 17 00:00:00 2001 From: S David <2100425+s-daveb@users.noreply.github.com> Date: Sat, 28 Jan 2023 07:30:53 +0000 Subject: [PATCH] Default to August NAT64 DNS servers, for ipv4 backward compatibility --- README.md | 2 +- etc/resolvconf.conf | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 etc/resolvconf.conf diff --git a/README.md b/README.md index a514454..5a5f728 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ Much like Docker, FreeBSD's Bastille uses template directories with `Bastillefil This template is meant for a VNET host on a VPS that assigns a block of IPV6 addresses and has rtadv and rtosld support. It's designed to work with Vultr's IPV6-only hosts, and unassigns whatever IPv4 address Bastille gave your machine when you created it with VNET. -Be prepared to use NAT64+DNS64 to access github repositories, or other ipv4 sites. +Defaults to using DNS64 resolution of ipv4-only hostnames using [August Internet](https://august.tw)'s [NAT64](https://en.wikipedia.org/wiki/NAT64) servers. diff --git a/etc/resolvconf.conf b/etc/resolvconf.conf new file mode 120000 index 0000000..145009f --- /dev/null +++ b/etc/resolvconf.conf @@ -0,0 +1 @@ +/etc/resolvconf.conf \ No newline at end of file