AmazonS3
tcp/443
CloudFront
tcp/80
Open service 18.245.31.3:80 · dnsfwd.com
2026-01-22 09:20
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 22 Jan 2026 09:20:38 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://dnsfwd.com/ X-Cache: Redirect from cloudfront Via: 1.1 83f37b03194be210134265ef78592588.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P8 X-Amz-Cf-Id: h-fFIcSIB2ncio3esC2xsHxXKCIkYkHrHSbc95A4MS6630FqK2LIqA== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 18.245.31.112:80 · dnsfwd.com
2026-01-22 09:20
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 22 Jan 2026 09:20:38 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://dnsfwd.com/ X-Cache: Redirect from cloudfront Via: 1.1 b5baf61905dac15e74c27872e28ce3ae.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P8 X-Amz-Cf-Id: XW87C6zYvrbbec_e-rxkrOQE4vUjBMiT8juLHo_loruHnQCCaYOMsQ== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:266e:5800:1e:e657:7a00:93a1:443 · dnsfwd.com
2026-01-22 09:20
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 3767
Connection: close
Last-Modified: Sun, 04 Jun 2017 09:22:08 GMT
Server: AmazonS3
Date: Wed, 21 Jan 2026 12:21:35 GMT
ETag: "1e3817be7ef3fa980c11694b8e2935e2"
X-Cache: Hit from cloudfront
Via: 1.1 f36453eb82bc9ab0c6e360ac52cc5972.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P8
X-Amz-Cf-Id: aYNZWBH9Fv___Fuqm0RM5qvqL6v-FQZF2WnUFlOD9ychLO9taCAnYw==
Age: 75544
Page title: DNSfwd: easy redirection using only DNS
<!DOCTYPE html>
<html>
<head>
<title>DNSfwd: easy redirection using only DNS</title>
<meta name='keywords' content='dnsfwd, domain, dns, redirect, 301, www, wwwizer, no-www'/>
<meta name='description' content='A simple service that does HTTP redirection just based on your DNS records.'/>
<meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1'/>
<link href='main.css' rel='stylesheet' type='text/css'/>
<script type='text/javascript' src='//cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.slim.min.js'></script>
<script type='text/javascript' src='main.js'></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-8519921-10', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<h1>DNSfwd</h1>
<p>A simple service that does HTTP redirection just based on your DNS records.</p>
<h2>Using CNAME Records</h2>
<p>This option is best for redirecting subdomains. It's simpler, and works with all DNS providers, but can't be used on apex/root domains, or subdomains which need to also have MX records.</p>
<p>Where do you want to redirect to?</p>
<p><input type='text' pattern='[0-9a-zA-Z\.\-]*' autofocus id='using_cname_in' placeholder='example.com'/></p>
<p>Add a CNAME record to the domain you want redirected and enter the following value:</p>
<p><input type='text' readonly id='using_cname_out' placeholder='example.com.dnsfwd.com'/></p>
<h2>Using TXT Records</h2>
<p>This option works for apex/root domains, but requires your DNS provider to support ALIAS/flattened-CNAME records (e.g. <a href='https://support.cloudflare.com/hc/en-us/articles/200169056-CNAME-Flattening-RFC-compliant-support-for-CNAME-at-the-root'>Cloudflare</a> or <a href='https://support.dnsimple.com/articles/alias-record/'>DNSimple</a>).</p>
<p>Where do you want to redirect to?</p>
<p><input type='text' pattern='[0-9a-zA-Z\.\-]*' id='using_txt_in' placeholder='example.com'/></p>
<p>Add an ALIAS/flattened-CNAME record to the domain you want redirected and enter the following value:</p>
<p><input type='text' readonly value='use.dnsfwd.com'/></p>
<p>Then add a TXT record and enter the following value:</p>
<p><input type='text' readonly id='using_txt_out' placeholder='DNSfwd example.com'/></p>
<h2>Removing a "www." Prefix</h2>
<p>Use this option to automatically redirect traffic to your root domain.</p>
<p>Add a CNAME record for your "www." domain and enter the following value:</p>
<p><input type='text' readonly value='unwww.dnsfwd.com'/></p>
<h2>FAQ</h2>
<h3>How can I trust it?</h3>
<p>The only thing I can do is say that I, Fletcher Tomalty, solemnly swear to never do anything with traffic received by DNSfwd except what is described on this page. If you're concerned, don't use it, or run your own copy: it's <a href='https://github.com/fletom/dnsfwd'>open source</a>.</p>
<p id='footer'>
This is a <a href='http://fletom.com/'>fletom</a> contraption.
See the source code or submit bug reports on <a href='https://github.com/fletom/dnsfwd'>GitHub</a>.
</p>
<a href='https://github.com/fletom/dnsfwd'><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub"></a>
</body>
</html>
Open service 18.245.31.24:443 · dnsfwd.com
2026-01-22 09:20
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 3767
Connection: close
Last-Modified: Sun, 04 Jun 2017 09:22:08 GMT
Server: AmazonS3
Date: Wed, 21 Jan 2026 12:21:35 GMT
ETag: "1e3817be7ef3fa980c11694b8e2935e2"
X-Cache: Hit from cloudfront
Via: 1.1 37236193bd380575cb98e661bedbb260.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P8
X-Amz-Cf-Id: pte9fqiOWc8kw6lcKS6quBZcEyLvxAJIRIN4gnaW7VcBpMuGKxgO_Q==
Age: 75544
Page title: DNSfwd: easy redirection using only DNS
<!DOCTYPE html>
<html>
<head>
<title>DNSfwd: easy redirection using only DNS</title>
<meta name='keywords' content='dnsfwd, domain, dns, redirect, 301, www, wwwizer, no-www'/>
<meta name='description' content='A simple service that does HTTP redirection just based on your DNS records.'/>
<meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1'/>
<link href='main.css' rel='stylesheet' type='text/css'/>
<script type='text/javascript' src='//cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.slim.min.js'></script>
<script type='text/javascript' src='main.js'></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-8519921-10', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<h1>DNSfwd</h1>
<p>A simple service that does HTTP redirection just based on your DNS records.</p>
<h2>Using CNAME Records</h2>
<p>This option is best for redirecting subdomains. It's simpler, and works with all DNS providers, but can't be used on apex/root domains, or subdomains which need to also have MX records.</p>
<p>Where do you want to redirect to?</p>
<p><input type='text' pattern='[0-9a-zA-Z\.\-]*' autofocus id='using_cname_in' placeholder='example.com'/></p>
<p>Add a CNAME record to the domain you want redirected and enter the following value:</p>
<p><input type='text' readonly id='using_cname_out' placeholder='example.com.dnsfwd.com'/></p>
<h2>Using TXT Records</h2>
<p>This option works for apex/root domains, but requires your DNS provider to support ALIAS/flattened-CNAME records (e.g. <a href='https://support.cloudflare.com/hc/en-us/articles/200169056-CNAME-Flattening-RFC-compliant-support-for-CNAME-at-the-root'>Cloudflare</a> or <a href='https://support.dnsimple.com/articles/alias-record/'>DNSimple</a>).</p>
<p>Where do you want to redirect to?</p>
<p><input type='text' pattern='[0-9a-zA-Z\.\-]*' id='using_txt_in' placeholder='example.com'/></p>
<p>Add an ALIAS/flattened-CNAME record to the domain you want redirected and enter the following value:</p>
<p><input type='text' readonly value='use.dnsfwd.com'/></p>
<p>Then add a TXT record and enter the following value:</p>
<p><input type='text' readonly id='using_txt_out' placeholder='DNSfwd example.com'/></p>
<h2>Removing a "www." Prefix</h2>
<p>Use this option to automatically redirect traffic to your root domain.</p>
<p>Add a CNAME record for your "www." domain and enter the following value:</p>
<p><input type='text' readonly value='unwww.dnsfwd.com'/></p>
<h2>FAQ</h2>
<h3>How can I trust it?</h3>
<p>The only thing I can do is say that I, Fletcher Tomalty, solemnly swear to never do anything with traffic received by DNSfwd except what is described on this page. If you're concerned, don't use it, or run your own copy: it's <a href='https://github.com/fletom/dnsfwd'>open source</a>.</p>
<p id='footer'>
This is a <a href='http://fletom.com/'>fletom</a> contraption.
See the source code or submit bug reports on <a href='https://github.com/fletom/dnsfwd'>GitHub</a>.
</p>
<a href='https://github.com/fletom/dnsfwd'><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub"></a>
</body>
</html>
Open service 2600:9000:266e:4800:1e:e657:7a00:93a1:80 · dnsfwd.com
2026-01-22 09:20
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 22 Jan 2026 09:20:38 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://dnsfwd.com/ X-Cache: Redirect from cloudfront Via: 1.1 edfa50bbeda89838b4ee2ce6eaea1b04.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P8 X-Amz-Cf-Id: Joe3-FAmoLtPE74CcoOESlf0j02jDJEUBMkOz8dS0TDoYVZd1IlPnw== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:266e:9200:1e:e657:7a00:93a1:443 · dnsfwd.com
2026-01-22 09:20
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 3767
Connection: close
Last-Modified: Sun, 04 Jun 2017 09:22:08 GMT
Server: AmazonS3
Date: Wed, 21 Jan 2026 12:21:35 GMT
ETag: "1e3817be7ef3fa980c11694b8e2935e2"
X-Cache: Hit from cloudfront
Via: 1.1 b8455bc5c5405f573b6e4da5524ee9e2.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P8
X-Amz-Cf-Id: CA0eEDV4eTQo568dufC-FRXpHqK8dtSLhqaKLlFSKqTPplV8ie8Q8w==
Age: 75544
Page title: DNSfwd: easy redirection using only DNS
<!DOCTYPE html>
<html>
<head>
<title>DNSfwd: easy redirection using only DNS</title>
<meta name='keywords' content='dnsfwd, domain, dns, redirect, 301, www, wwwizer, no-www'/>
<meta name='description' content='A simple service that does HTTP redirection just based on your DNS records.'/>
<meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1'/>
<link href='main.css' rel='stylesheet' type='text/css'/>
<script type='text/javascript' src='//cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.slim.min.js'></script>
<script type='text/javascript' src='main.js'></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-8519921-10', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<h1>DNSfwd</h1>
<p>A simple service that does HTTP redirection just based on your DNS records.</p>
<h2>Using CNAME Records</h2>
<p>This option is best for redirecting subdomains. It's simpler, and works with all DNS providers, but can't be used on apex/root domains, or subdomains which need to also have MX records.</p>
<p>Where do you want to redirect to?</p>
<p><input type='text' pattern='[0-9a-zA-Z\.\-]*' autofocus id='using_cname_in' placeholder='example.com'/></p>
<p>Add a CNAME record to the domain you want redirected and enter the following value:</p>
<p><input type='text' readonly id='using_cname_out' placeholder='example.com.dnsfwd.com'/></p>
<h2>Using TXT Records</h2>
<p>This option works for apex/root domains, but requires your DNS provider to support ALIAS/flattened-CNAME records (e.g. <a href='https://support.cloudflare.com/hc/en-us/articles/200169056-CNAME-Flattening-RFC-compliant-support-for-CNAME-at-the-root'>Cloudflare</a> or <a href='https://support.dnsimple.com/articles/alias-record/'>DNSimple</a>).</p>
<p>Where do you want to redirect to?</p>
<p><input type='text' pattern='[0-9a-zA-Z\.\-]*' id='using_txt_in' placeholder='example.com'/></p>
<p>Add an ALIAS/flattened-CNAME record to the domain you want redirected and enter the following value:</p>
<p><input type='text' readonly value='use.dnsfwd.com'/></p>
<p>Then add a TXT record and enter the following value:</p>
<p><input type='text' readonly id='using_txt_out' placeholder='DNSfwd example.com'/></p>
<h2>Removing a "www." Prefix</h2>
<p>Use this option to automatically redirect traffic to your root domain.</p>
<p>Add a CNAME record for your "www." domain and enter the following value:</p>
<p><input type='text' readonly value='unwww.dnsfwd.com'/></p>
<h2>FAQ</h2>
<h3>How can I trust it?</h3>
<p>The only thing I can do is say that I, Fletcher Tomalty, solemnly swear to never do anything with traffic received by DNSfwd except what is described on this page. If you're concerned, don't use it, or run your own copy: it's <a href='https://github.com/fletom/dnsfwd'>open source</a>.</p>
<p id='footer'>
This is a <a href='http://fletom.com/'>fletom</a> contraption.
See the source code or submit bug reports on <a href='https://github.com/fletom/dnsfwd'>GitHub</a>.
</p>
<a href='https://github.com/fletom/dnsfwd'><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub"></a>
</body>
</html>
Open service 2600:9000:266e:5800:1e:e657:7a00:93a1:80 · dnsfwd.com
2026-01-22 09:20
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 22 Jan 2026 09:20:38 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://dnsfwd.com/ X-Cache: Redirect from cloudfront Via: 1.1 a530f843a2269d63579bc4238b63fbac.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P8 X-Amz-Cf-Id: d8qp93MYUmojpmUiovdszDRxbHuHLIXadq1CXSsTvzPw3pQDCGknRw== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 18.245.31.40:80 · dnsfwd.com
2026-01-22 09:20
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 22 Jan 2026 09:20:38 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://dnsfwd.com/ X-Cache: Redirect from cloudfront Via: 1.1 964525de46241eae6ff9f5fb91498662.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P8 X-Amz-Cf-Id: U3z_OfeYOfhSJaZ1XmWpcOCkK0yhDSkNNdmHAl5HgiNca-13aXT53A== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 18.245.31.24:80 · dnsfwd.com
2026-01-22 09:20
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 22 Jan 2026 09:20:38 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://dnsfwd.com/ X-Cache: Redirect from cloudfront Via: 1.1 5dbbe1c6db9a003131a63be8ded250a4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P8 X-Amz-Cf-Id: qQPM61qmTTq_O_NuBtrHWP1E0uCnIiRI8cK4okqtn4e7RHtJEnhmpA== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:266e:a200:1e:e657:7a00:93a1:443 · dnsfwd.com
2026-01-22 09:20
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 3767
Connection: close
Last-Modified: Sun, 04 Jun 2017 09:22:08 GMT
Server: AmazonS3
Date: Wed, 21 Jan 2026 12:21:35 GMT
ETag: "1e3817be7ef3fa980c11694b8e2935e2"
X-Cache: Hit from cloudfront
Via: 1.1 1e0f88a39289286be3e03ff93487da80.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P8
X-Amz-Cf-Id: 5Gocu6IcCembpiaac756OUTT2g_aGckX1c4GdAI2kBZyW76YBLFHCw==
Age: 75544
Page title: DNSfwd: easy redirection using only DNS
<!DOCTYPE html>
<html>
<head>
<title>DNSfwd: easy redirection using only DNS</title>
<meta name='keywords' content='dnsfwd, domain, dns, redirect, 301, www, wwwizer, no-www'/>
<meta name='description' content='A simple service that does HTTP redirection just based on your DNS records.'/>
<meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1'/>
<link href='main.css' rel='stylesheet' type='text/css'/>
<script type='text/javascript' src='//cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.slim.min.js'></script>
<script type='text/javascript' src='main.js'></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-8519921-10', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<h1>DNSfwd</h1>
<p>A simple service that does HTTP redirection just based on your DNS records.</p>
<h2>Using CNAME Records</h2>
<p>This option is best for redirecting subdomains. It's simpler, and works with all DNS providers, but can't be used on apex/root domains, or subdomains which need to also have MX records.</p>
<p>Where do you want to redirect to?</p>
<p><input type='text' pattern='[0-9a-zA-Z\.\-]*' autofocus id='using_cname_in' placeholder='example.com'/></p>
<p>Add a CNAME record to the domain you want redirected and enter the following value:</p>
<p><input type='text' readonly id='using_cname_out' placeholder='example.com.dnsfwd.com'/></p>
<h2>Using TXT Records</h2>
<p>This option works for apex/root domains, but requires your DNS provider to support ALIAS/flattened-CNAME records (e.g. <a href='https://support.cloudflare.com/hc/en-us/articles/200169056-CNAME-Flattening-RFC-compliant-support-for-CNAME-at-the-root'>Cloudflare</a> or <a href='https://support.dnsimple.com/articles/alias-record/'>DNSimple</a>).</p>
<p>Where do you want to redirect to?</p>
<p><input type='text' pattern='[0-9a-zA-Z\.\-]*' id='using_txt_in' placeholder='example.com'/></p>
<p>Add an ALIAS/flattened-CNAME record to the domain you want redirected and enter the following value:</p>
<p><input type='text' readonly value='use.dnsfwd.com'/></p>
<p>Then add a TXT record and enter the following value:</p>
<p><input type='text' readonly id='using_txt_out' placeholder='DNSfwd example.com'/></p>
<h2>Removing a "www." Prefix</h2>
<p>Use this option to automatically redirect traffic to your root domain.</p>
<p>Add a CNAME record for your "www." domain and enter the following value:</p>
<p><input type='text' readonly value='unwww.dnsfwd.com'/></p>
<h2>FAQ</h2>
<h3>How can I trust it?</h3>
<p>The only thing I can do is say that I, Fletcher Tomalty, solemnly swear to never do anything with traffic received by DNSfwd except what is described on this page. If you're concerned, don't use it, or run your own copy: it's <a href='https://github.com/fletom/dnsfwd'>open source</a>.</p>
<p id='footer'>
This is a <a href='http://fletom.com/'>fletom</a> contraption.
See the source code or submit bug reports on <a href='https://github.com/fletom/dnsfwd'>GitHub</a>.
</p>
<a href='https://github.com/fletom/dnsfwd'><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub"></a>
</body>
</html>
Open service 2600:9000:266e:7e00:1e:e657:7a00:93a1:80 · dnsfwd.com
2026-01-22 09:20
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 22 Jan 2026 09:20:38 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://dnsfwd.com/ X-Cache: Redirect from cloudfront Via: 1.1 e030504e72fa75d92c1856a58b964932.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P8 X-Amz-Cf-Id: 0NrkHmTHouC1DRGiVVmgszlwzYXKUWaUBPcoy2_W6xiz7WAuf20I1Q== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 18.245.31.112:443 · dnsfwd.com
2026-01-22 09:20
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 3767
Connection: close
Last-Modified: Sun, 04 Jun 2017 09:22:08 GMT
Server: AmazonS3
Date: Wed, 21 Jan 2026 12:21:35 GMT
ETag: "1e3817be7ef3fa980c11694b8e2935e2"
X-Cache: Hit from cloudfront
Via: 1.1 a96420fb093cd21d1dea3700ef4d43ca.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P8
X-Amz-Cf-Id: Ol-JRjuGUmWgpiV41w4gxpkwZu4Nvy2MIUFgfjJe7WDMDPLM23Ig9A==
Age: 75544
Page title: DNSfwd: easy redirection using only DNS
<!DOCTYPE html>
<html>
<head>
<title>DNSfwd: easy redirection using only DNS</title>
<meta name='keywords' content='dnsfwd, domain, dns, redirect, 301, www, wwwizer, no-www'/>
<meta name='description' content='A simple service that does HTTP redirection just based on your DNS records.'/>
<meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1'/>
<link href='main.css' rel='stylesheet' type='text/css'/>
<script type='text/javascript' src='//cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.slim.min.js'></script>
<script type='text/javascript' src='main.js'></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-8519921-10', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<h1>DNSfwd</h1>
<p>A simple service that does HTTP redirection just based on your DNS records.</p>
<h2>Using CNAME Records</h2>
<p>This option is best for redirecting subdomains. It's simpler, and works with all DNS providers, but can't be used on apex/root domains, or subdomains which need to also have MX records.</p>
<p>Where do you want to redirect to?</p>
<p><input type='text' pattern='[0-9a-zA-Z\.\-]*' autofocus id='using_cname_in' placeholder='example.com'/></p>
<p>Add a CNAME record to the domain you want redirected and enter the following value:</p>
<p><input type='text' readonly id='using_cname_out' placeholder='example.com.dnsfwd.com'/></p>
<h2>Using TXT Records</h2>
<p>This option works for apex/root domains, but requires your DNS provider to support ALIAS/flattened-CNAME records (e.g. <a href='https://support.cloudflare.com/hc/en-us/articles/200169056-CNAME-Flattening-RFC-compliant-support-for-CNAME-at-the-root'>Cloudflare</a> or <a href='https://support.dnsimple.com/articles/alias-record/'>DNSimple</a>).</p>
<p>Where do you want to redirect to?</p>
<p><input type='text' pattern='[0-9a-zA-Z\.\-]*' id='using_txt_in' placeholder='example.com'/></p>
<p>Add an ALIAS/flattened-CNAME record to the domain you want redirected and enter the following value:</p>
<p><input type='text' readonly value='use.dnsfwd.com'/></p>
<p>Then add a TXT record and enter the following value:</p>
<p><input type='text' readonly id='using_txt_out' placeholder='DNSfwd example.com'/></p>
<h2>Removing a "www." Prefix</h2>
<p>Use this option to automatically redirect traffic to your root domain.</p>
<p>Add a CNAME record for your "www." domain and enter the following value:</p>
<p><input type='text' readonly value='unwww.dnsfwd.com'/></p>
<h2>FAQ</h2>
<h3>How can I trust it?</h3>
<p>The only thing I can do is say that I, Fletcher Tomalty, solemnly swear to never do anything with traffic received by DNSfwd except what is described on this page. If you're concerned, don't use it, or run your own copy: it's <a href='https://github.com/fletom/dnsfwd'>open source</a>.</p>
<p id='footer'>
This is a <a href='http://fletom.com/'>fletom</a> contraption.
See the source code or submit bug reports on <a href='https://github.com/fletom/dnsfwd'>GitHub</a>.
</p>
<a href='https://github.com/fletom/dnsfwd'><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub"></a>
</body>
</html>
Open service 2600:9000:266e:9e00:1e:e657:7a00:93a1:80 · dnsfwd.com
2026-01-22 09:20
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 22 Jan 2026 09:20:37 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://dnsfwd.com/ X-Cache: Redirect from cloudfront Via: 1.1 04d30d89cfeb7f513dc1f5b2d3c605d2.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P8 X-Amz-Cf-Id: asWf1TW-VQ3MOj9iqoerXz6WYQJbMA97ssFv1PJothsXQxbhkmqiyw== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:266e:9200:1e:e657:7a00:93a1:80 · dnsfwd.com
2026-01-22 09:20
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 22 Jan 2026 09:20:38 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://dnsfwd.com/ X-Cache: Redirect from cloudfront Via: 1.1 193d38535c6cb246e365763e9c32e672.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P8 X-Amz-Cf-Id: EJ6JtWIReX2MthsNMPSSVPUW2hBsZ8pzQUnHXmOgRBzIi5ztSP8rHg== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:266e:3800:1e:e657:7a00:93a1:443 · dnsfwd.com
2026-01-22 09:20
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 3767
Connection: close
Last-Modified: Sun, 04 Jun 2017 09:22:08 GMT
Server: AmazonS3
Date: Wed, 21 Jan 2026 12:21:35 GMT
ETag: "1e3817be7ef3fa980c11694b8e2935e2"
X-Cache: Hit from cloudfront
Via: 1.1 1eee8db55908814c8f0cde754e3bee5a.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P8
X-Amz-Cf-Id: OoB-GsjCT-sENaSOqlvla5O_eLO_aNkbte45QxYltSYEx_d7WJV_WA==
Age: 75543
Page title: DNSfwd: easy redirection using only DNS
<!DOCTYPE html>
<html>
<head>
<title>DNSfwd: easy redirection using only DNS</title>
<meta name='keywords' content='dnsfwd, domain, dns, redirect, 301, www, wwwizer, no-www'/>
<meta name='description' content='A simple service that does HTTP redirection just based on your DNS records.'/>
<meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1'/>
<link href='main.css' rel='stylesheet' type='text/css'/>
<script type='text/javascript' src='//cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.slim.min.js'></script>
<script type='text/javascript' src='main.js'></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-8519921-10', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<h1>DNSfwd</h1>
<p>A simple service that does HTTP redirection just based on your DNS records.</p>
<h2>Using CNAME Records</h2>
<p>This option is best for redirecting subdomains. It's simpler, and works with all DNS providers, but can't be used on apex/root domains, or subdomains which need to also have MX records.</p>
<p>Where do you want to redirect to?</p>
<p><input type='text' pattern='[0-9a-zA-Z\.\-]*' autofocus id='using_cname_in' placeholder='example.com'/></p>
<p>Add a CNAME record to the domain you want redirected and enter the following value:</p>
<p><input type='text' readonly id='using_cname_out' placeholder='example.com.dnsfwd.com'/></p>
<h2>Using TXT Records</h2>
<p>This option works for apex/root domains, but requires your DNS provider to support ALIAS/flattened-CNAME records (e.g. <a href='https://support.cloudflare.com/hc/en-us/articles/200169056-CNAME-Flattening-RFC-compliant-support-for-CNAME-at-the-root'>Cloudflare</a> or <a href='https://support.dnsimple.com/articles/alias-record/'>DNSimple</a>).</p>
<p>Where do you want to redirect to?</p>
<p><input type='text' pattern='[0-9a-zA-Z\.\-]*' id='using_txt_in' placeholder='example.com'/></p>
<p>Add an ALIAS/flattened-CNAME record to the domain you want redirected and enter the following value:</p>
<p><input type='text' readonly value='use.dnsfwd.com'/></p>
<p>Then add a TXT record and enter the following value:</p>
<p><input type='text' readonly id='using_txt_out' placeholder='DNSfwd example.com'/></p>
<h2>Removing a "www." Prefix</h2>
<p>Use this option to automatically redirect traffic to your root domain.</p>
<p>Add a CNAME record for your "www." domain and enter the following value:</p>
<p><input type='text' readonly value='unwww.dnsfwd.com'/></p>
<h2>FAQ</h2>
<h3>How can I trust it?</h3>
<p>The only thing I can do is say that I, Fletcher Tomalty, solemnly swear to never do anything with traffic received by DNSfwd except what is described on this page. If you're concerned, don't use it, or run your own copy: it's <a href='https://github.com/fletom/dnsfwd'>open source</a>.</p>
<p id='footer'>
This is a <a href='http://fletom.com/'>fletom</a> contraption.
See the source code or submit bug reports on <a href='https://github.com/fletom/dnsfwd'>GitHub</a>.
</p>
<a href='https://github.com/fletom/dnsfwd'><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub"></a>
</body>
</html>
Open service 2600:9000:266e:7e00:1e:e657:7a00:93a1:443 · dnsfwd.com
2026-01-22 09:20
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 3767
Connection: close
Last-Modified: Sun, 04 Jun 2017 09:22:08 GMT
Server: AmazonS3
Date: Wed, 21 Jan 2026 12:21:35 GMT
ETag: "1e3817be7ef3fa980c11694b8e2935e2"
X-Cache: Hit from cloudfront
Via: 1.1 b81e506afc0d8b7cd6094e636331ca78.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P8
X-Amz-Cf-Id: 9cM4O5hJKJPf9PfMSsM4hGIHwPWwwMcZL7yOkk4Jw1h_9hUouJ0FOQ==
Age: 75544
Page title: DNSfwd: easy redirection using only DNS
<!DOCTYPE html>
<html>
<head>
<title>DNSfwd: easy redirection using only DNS</title>
<meta name='keywords' content='dnsfwd, domain, dns, redirect, 301, www, wwwizer, no-www'/>
<meta name='description' content='A simple service that does HTTP redirection just based on your DNS records.'/>
<meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1'/>
<link href='main.css' rel='stylesheet' type='text/css'/>
<script type='text/javascript' src='//cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.slim.min.js'></script>
<script type='text/javascript' src='main.js'></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-8519921-10', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<h1>DNSfwd</h1>
<p>A simple service that does HTTP redirection just based on your DNS records.</p>
<h2>Using CNAME Records</h2>
<p>This option is best for redirecting subdomains. It's simpler, and works with all DNS providers, but can't be used on apex/root domains, or subdomains which need to also have MX records.</p>
<p>Where do you want to redirect to?</p>
<p><input type='text' pattern='[0-9a-zA-Z\.\-]*' autofocus id='using_cname_in' placeholder='example.com'/></p>
<p>Add a CNAME record to the domain you want redirected and enter the following value:</p>
<p><input type='text' readonly id='using_cname_out' placeholder='example.com.dnsfwd.com'/></p>
<h2>Using TXT Records</h2>
<p>This option works for apex/root domains, but requires your DNS provider to support ALIAS/flattened-CNAME records (e.g. <a href='https://support.cloudflare.com/hc/en-us/articles/200169056-CNAME-Flattening-RFC-compliant-support-for-CNAME-at-the-root'>Cloudflare</a> or <a href='https://support.dnsimple.com/articles/alias-record/'>DNSimple</a>).</p>
<p>Where do you want to redirect to?</p>
<p><input type='text' pattern='[0-9a-zA-Z\.\-]*' id='using_txt_in' placeholder='example.com'/></p>
<p>Add an ALIAS/flattened-CNAME record to the domain you want redirected and enter the following value:</p>
<p><input type='text' readonly value='use.dnsfwd.com'/></p>
<p>Then add a TXT record and enter the following value:</p>
<p><input type='text' readonly id='using_txt_out' placeholder='DNSfwd example.com'/></p>
<h2>Removing a "www." Prefix</h2>
<p>Use this option to automatically redirect traffic to your root domain.</p>
<p>Add a CNAME record for your "www." domain and enter the following value:</p>
<p><input type='text' readonly value='unwww.dnsfwd.com'/></p>
<h2>FAQ</h2>
<h3>How can I trust it?</h3>
<p>The only thing I can do is say that I, Fletcher Tomalty, solemnly swear to never do anything with traffic received by DNSfwd except what is described on this page. If you're concerned, don't use it, or run your own copy: it's <a href='https://github.com/fletom/dnsfwd'>open source</a>.</p>
<p id='footer'>
This is a <a href='http://fletom.com/'>fletom</a> contraption.
See the source code or submit bug reports on <a href='https://github.com/fletom/dnsfwd'>GitHub</a>.
</p>
<a href='https://github.com/fletom/dnsfwd'><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub"></a>
</body>
</html>
Open service 2600:9000:266e:a200:1e:e657:7a00:93a1:80 · dnsfwd.com
2026-01-22 09:20
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 22 Jan 2026 09:20:37 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://dnsfwd.com/ X-Cache: Redirect from cloudfront Via: 1.1 1feab8d6a8e5cc920c359b62fd33d3de.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P8 X-Amz-Cf-Id: amJhfQ_6F5ToNaHmIF1WLPdTcADoVWm8lCG-x4Pn-iKKzLFNCv0QcA== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:266e:5400:1e:e657:7a00:93a1:80 · dnsfwd.com
2026-01-22 09:20
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 22 Jan 2026 09:20:38 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://dnsfwd.com/ X-Cache: Redirect from cloudfront Via: 1.1 7b85fc567b776c0d31c5ac07cc6c2ae6.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P8 X-Amz-Cf-Id: iFGXpX85upYwytIz-U3yNPvo6B1Ca3el_qVM2zvK7BmMWjIymWRjQw== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:266e:4800:1e:e657:7a00:93a1:443 · dnsfwd.com
2026-01-22 09:20
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 3767
Connection: close
Last-Modified: Sun, 04 Jun 2017 09:22:08 GMT
Server: AmazonS3
Date: Wed, 21 Jan 2026 12:21:35 GMT
ETag: "1e3817be7ef3fa980c11694b8e2935e2"
X-Cache: Hit from cloudfront
Via: 1.1 7b85fc567b776c0d31c5ac07cc6c2ae6.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P8
X-Amz-Cf-Id: A3beqc7SJUyGv57zi9mnsEGYY01qCkwWElPhdAhKqUS-fYDUfjF4vg==
Age: 75543
Page title: DNSfwd: easy redirection using only DNS
<!DOCTYPE html>
<html>
<head>
<title>DNSfwd: easy redirection using only DNS</title>
<meta name='keywords' content='dnsfwd, domain, dns, redirect, 301, www, wwwizer, no-www'/>
<meta name='description' content='A simple service that does HTTP redirection just based on your DNS records.'/>
<meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1'/>
<link href='main.css' rel='stylesheet' type='text/css'/>
<script type='text/javascript' src='//cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.slim.min.js'></script>
<script type='text/javascript' src='main.js'></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-8519921-10', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<h1>DNSfwd</h1>
<p>A simple service that does HTTP redirection just based on your DNS records.</p>
<h2>Using CNAME Records</h2>
<p>This option is best for redirecting subdomains. It's simpler, and works with all DNS providers, but can't be used on apex/root domains, or subdomains which need to also have MX records.</p>
<p>Where do you want to redirect to?</p>
<p><input type='text' pattern='[0-9a-zA-Z\.\-]*' autofocus id='using_cname_in' placeholder='example.com'/></p>
<p>Add a CNAME record to the domain you want redirected and enter the following value:</p>
<p><input type='text' readonly id='using_cname_out' placeholder='example.com.dnsfwd.com'/></p>
<h2>Using TXT Records</h2>
<p>This option works for apex/root domains, but requires your DNS provider to support ALIAS/flattened-CNAME records (e.g. <a href='https://support.cloudflare.com/hc/en-us/articles/200169056-CNAME-Flattening-RFC-compliant-support-for-CNAME-at-the-root'>Cloudflare</a> or <a href='https://support.dnsimple.com/articles/alias-record/'>DNSimple</a>).</p>
<p>Where do you want to redirect to?</p>
<p><input type='text' pattern='[0-9a-zA-Z\.\-]*' id='using_txt_in' placeholder='example.com'/></p>
<p>Add an ALIAS/flattened-CNAME record to the domain you want redirected and enter the following value:</p>
<p><input type='text' readonly value='use.dnsfwd.com'/></p>
<p>Then add a TXT record and enter the following value:</p>
<p><input type='text' readonly id='using_txt_out' placeholder='DNSfwd example.com'/></p>
<h2>Removing a "www." Prefix</h2>
<p>Use this option to automatically redirect traffic to your root domain.</p>
<p>Add a CNAME record for your "www." domain and enter the following value:</p>
<p><input type='text' readonly value='unwww.dnsfwd.com'/></p>
<h2>FAQ</h2>
<h3>How can I trust it?</h3>
<p>The only thing I can do is say that I, Fletcher Tomalty, solemnly swear to never do anything with traffic received by DNSfwd except what is described on this page. If you're concerned, don't use it, or run your own copy: it's <a href='https://github.com/fletom/dnsfwd'>open source</a>.</p>
<p id='footer'>
This is a <a href='http://fletom.com/'>fletom</a> contraption.
See the source code or submit bug reports on <a href='https://github.com/fletom/dnsfwd'>GitHub</a>.
</p>
<a href='https://github.com/fletom/dnsfwd'><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub"></a>
</body>
</html>
Open service 2600:9000:266e:9e00:1e:e657:7a00:93a1:443 · dnsfwd.com
2026-01-22 09:20
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 3767
Connection: close
Last-Modified: Sun, 04 Jun 2017 09:22:08 GMT
Server: AmazonS3
Date: Wed, 21 Jan 2026 12:21:35 GMT
ETag: "1e3817be7ef3fa980c11694b8e2935e2"
X-Cache: Hit from cloudfront
Via: 1.1 964525de46241eae6ff9f5fb91498662.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P8
X-Amz-Cf-Id: Ov4LrZmy7XrvWV5lYIbMZEeYFh3mVoOnM7Ad8F1xgWTUfuCXlnc6hA==
Age: 75543
Page title: DNSfwd: easy redirection using only DNS
<!DOCTYPE html>
<html>
<head>
<title>DNSfwd: easy redirection using only DNS</title>
<meta name='keywords' content='dnsfwd, domain, dns, redirect, 301, www, wwwizer, no-www'/>
<meta name='description' content='A simple service that does HTTP redirection just based on your DNS records.'/>
<meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1'/>
<link href='main.css' rel='stylesheet' type='text/css'/>
<script type='text/javascript' src='//cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.slim.min.js'></script>
<script type='text/javascript' src='main.js'></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-8519921-10', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<h1>DNSfwd</h1>
<p>A simple service that does HTTP redirection just based on your DNS records.</p>
<h2>Using CNAME Records</h2>
<p>This option is best for redirecting subdomains. It's simpler, and works with all DNS providers, but can't be used on apex/root domains, or subdomains which need to also have MX records.</p>
<p>Where do you want to redirect to?</p>
<p><input type='text' pattern='[0-9a-zA-Z\.\-]*' autofocus id='using_cname_in' placeholder='example.com'/></p>
<p>Add a CNAME record to the domain you want redirected and enter the following value:</p>
<p><input type='text' readonly id='using_cname_out' placeholder='example.com.dnsfwd.com'/></p>
<h2>Using TXT Records</h2>
<p>This option works for apex/root domains, but requires your DNS provider to support ALIAS/flattened-CNAME records (e.g. <a href='https://support.cloudflare.com/hc/en-us/articles/200169056-CNAME-Flattening-RFC-compliant-support-for-CNAME-at-the-root'>Cloudflare</a> or <a href='https://support.dnsimple.com/articles/alias-record/'>DNSimple</a>).</p>
<p>Where do you want to redirect to?</p>
<p><input type='text' pattern='[0-9a-zA-Z\.\-]*' id='using_txt_in' placeholder='example.com'/></p>
<p>Add an ALIAS/flattened-CNAME record to the domain you want redirected and enter the following value:</p>
<p><input type='text' readonly value='use.dnsfwd.com'/></p>
<p>Then add a TXT record and enter the following value:</p>
<p><input type='text' readonly id='using_txt_out' placeholder='DNSfwd example.com'/></p>
<h2>Removing a "www." Prefix</h2>
<p>Use this option to automatically redirect traffic to your root domain.</p>
<p>Add a CNAME record for your "www." domain and enter the following value:</p>
<p><input type='text' readonly value='unwww.dnsfwd.com'/></p>
<h2>FAQ</h2>
<h3>How can I trust it?</h3>
<p>The only thing I can do is say that I, Fletcher Tomalty, solemnly swear to never do anything with traffic received by DNSfwd except what is described on this page. If you're concerned, don't use it, or run your own copy: it's <a href='https://github.com/fletom/dnsfwd'>open source</a>.</p>
<p id='footer'>
This is a <a href='http://fletom.com/'>fletom</a> contraption.
See the source code or submit bug reports on <a href='https://github.com/fletom/dnsfwd'>GitHub</a>.
</p>
<a href='https://github.com/fletom/dnsfwd'><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub"></a>
</body>
</html>
Open service 18.245.31.3:443 · dnsfwd.com
2026-01-22 09:20
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 3767
Connection: close
Last-Modified: Sun, 04 Jun 2017 09:22:08 GMT
Server: AmazonS3
Date: Wed, 21 Jan 2026 12:21:35 GMT
ETag: "1e3817be7ef3fa980c11694b8e2935e2"
X-Cache: Hit from cloudfront
Via: 1.1 851fdca2e1873274a995295ecd94732e.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P8
X-Amz-Cf-Id: f4waatCAOWuTQ18RyAOJ70J5BueksoOJS12vVIbPLdl71JRzBqHYzA==
Age: 75543
Page title: DNSfwd: easy redirection using only DNS
<!DOCTYPE html>
<html>
<head>
<title>DNSfwd: easy redirection using only DNS</title>
<meta name='keywords' content='dnsfwd, domain, dns, redirect, 301, www, wwwizer, no-www'/>
<meta name='description' content='A simple service that does HTTP redirection just based on your DNS records.'/>
<meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1'/>
<link href='main.css' rel='stylesheet' type='text/css'/>
<script type='text/javascript' src='//cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.slim.min.js'></script>
<script type='text/javascript' src='main.js'></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-8519921-10', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<h1>DNSfwd</h1>
<p>A simple service that does HTTP redirection just based on your DNS records.</p>
<h2>Using CNAME Records</h2>
<p>This option is best for redirecting subdomains. It's simpler, and works with all DNS providers, but can't be used on apex/root domains, or subdomains which need to also have MX records.</p>
<p>Where do you want to redirect to?</p>
<p><input type='text' pattern='[0-9a-zA-Z\.\-]*' autofocus id='using_cname_in' placeholder='example.com'/></p>
<p>Add a CNAME record to the domain you want redirected and enter the following value:</p>
<p><input type='text' readonly id='using_cname_out' placeholder='example.com.dnsfwd.com'/></p>
<h2>Using TXT Records</h2>
<p>This option works for apex/root domains, but requires your DNS provider to support ALIAS/flattened-CNAME records (e.g. <a href='https://support.cloudflare.com/hc/en-us/articles/200169056-CNAME-Flattening-RFC-compliant-support-for-CNAME-at-the-root'>Cloudflare</a> or <a href='https://support.dnsimple.com/articles/alias-record/'>DNSimple</a>).</p>
<p>Where do you want to redirect to?</p>
<p><input type='text' pattern='[0-9a-zA-Z\.\-]*' id='using_txt_in' placeholder='example.com'/></p>
<p>Add an ALIAS/flattened-CNAME record to the domain you want redirected and enter the following value:</p>
<p><input type='text' readonly value='use.dnsfwd.com'/></p>
<p>Then add a TXT record and enter the following value:</p>
<p><input type='text' readonly id='using_txt_out' placeholder='DNSfwd example.com'/></p>
<h2>Removing a "www." Prefix</h2>
<p>Use this option to automatically redirect traffic to your root domain.</p>
<p>Add a CNAME record for your "www." domain and enter the following value:</p>
<p><input type='text' readonly value='unwww.dnsfwd.com'/></p>
<h2>FAQ</h2>
<h3>How can I trust it?</h3>
<p>The only thing I can do is say that I, Fletcher Tomalty, solemnly swear to never do anything with traffic received by DNSfwd except what is described on this page. If you're concerned, don't use it, or run your own copy: it's <a href='https://github.com/fletom/dnsfwd'>open source</a>.</p>
<p id='footer'>
This is a <a href='http://fletom.com/'>fletom</a> contraption.
See the source code or submit bug reports on <a href='https://github.com/fletom/dnsfwd'>GitHub</a>.
</p>
<a href='https://github.com/fletom/dnsfwd'><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub"></a>
</body>
</html>
Open service 18.245.31.40:443 · dnsfwd.com
2026-01-22 09:20
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 3767
Connection: close
Last-Modified: Sun, 04 Jun 2017 09:22:08 GMT
Server: AmazonS3
Date: Wed, 21 Jan 2026 12:21:35 GMT
ETag: "1e3817be7ef3fa980c11694b8e2935e2"
X-Cache: Hit from cloudfront
Via: 1.1 e030504e72fa75d92c1856a58b964932.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P8
X-Amz-Cf-Id: mTNv9xFR26Uanv8we3jYmcGQtlQnzODEElv7tQc3d6jjcaHaz5Yjnw==
Age: 75543
Page title: DNSfwd: easy redirection using only DNS
<!DOCTYPE html>
<html>
<head>
<title>DNSfwd: easy redirection using only DNS</title>
<meta name='keywords' content='dnsfwd, domain, dns, redirect, 301, www, wwwizer, no-www'/>
<meta name='description' content='A simple service that does HTTP redirection just based on your DNS records.'/>
<meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1'/>
<link href='main.css' rel='stylesheet' type='text/css'/>
<script type='text/javascript' src='//cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.slim.min.js'></script>
<script type='text/javascript' src='main.js'></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-8519921-10', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<h1>DNSfwd</h1>
<p>A simple service that does HTTP redirection just based on your DNS records.</p>
<h2>Using CNAME Records</h2>
<p>This option is best for redirecting subdomains. It's simpler, and works with all DNS providers, but can't be used on apex/root domains, or subdomains which need to also have MX records.</p>
<p>Where do you want to redirect to?</p>
<p><input type='text' pattern='[0-9a-zA-Z\.\-]*' autofocus id='using_cname_in' placeholder='example.com'/></p>
<p>Add a CNAME record to the domain you want redirected and enter the following value:</p>
<p><input type='text' readonly id='using_cname_out' placeholder='example.com.dnsfwd.com'/></p>
<h2>Using TXT Records</h2>
<p>This option works for apex/root domains, but requires your DNS provider to support ALIAS/flattened-CNAME records (e.g. <a href='https://support.cloudflare.com/hc/en-us/articles/200169056-CNAME-Flattening-RFC-compliant-support-for-CNAME-at-the-root'>Cloudflare</a> or <a href='https://support.dnsimple.com/articles/alias-record/'>DNSimple</a>).</p>
<p>Where do you want to redirect to?</p>
<p><input type='text' pattern='[0-9a-zA-Z\.\-]*' id='using_txt_in' placeholder='example.com'/></p>
<p>Add an ALIAS/flattened-CNAME record to the domain you want redirected and enter the following value:</p>
<p><input type='text' readonly value='use.dnsfwd.com'/></p>
<p>Then add a TXT record and enter the following value:</p>
<p><input type='text' readonly id='using_txt_out' placeholder='DNSfwd example.com'/></p>
<h2>Removing a "www." Prefix</h2>
<p>Use this option to automatically redirect traffic to your root domain.</p>
<p>Add a CNAME record for your "www." domain and enter the following value:</p>
<p><input type='text' readonly value='unwww.dnsfwd.com'/></p>
<h2>FAQ</h2>
<h3>How can I trust it?</h3>
<p>The only thing I can do is say that I, Fletcher Tomalty, solemnly swear to never do anything with traffic received by DNSfwd except what is described on this page. If you're concerned, don't use it, or run your own copy: it's <a href='https://github.com/fletom/dnsfwd'>open source</a>.</p>
<p id='footer'>
This is a <a href='http://fletom.com/'>fletom</a> contraption.
See the source code or submit bug reports on <a href='https://github.com/fletom/dnsfwd'>GitHub</a>.
</p>
<a href='https://github.com/fletom/dnsfwd'><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub"></a>
</body>
</html>
Open service 2600:9000:266e:3800:1e:e657:7a00:93a1:80 · dnsfwd.com
2026-01-22 09:20
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 22 Jan 2026 09:20:37 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://dnsfwd.com/ X-Cache: Redirect from cloudfront Via: 1.1 37236193bd380575cb98e661bedbb260.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P8 X-Amz-Cf-Id: 20GB4lKnGNuyiKoCwVsBDVHjquGfINKWXAM32DTeNuW_gLDytlUC-g== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:266e:5400:1e:e657:7a00:93a1:443 · dnsfwd.com
2026-01-22 09:20
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 3767
Connection: close
Last-Modified: Sun, 04 Jun 2017 09:22:08 GMT
Server: AmazonS3
Date: Wed, 21 Jan 2026 12:21:35 GMT
ETag: "1e3817be7ef3fa980c11694b8e2935e2"
X-Cache: Hit from cloudfront
Via: 1.1 4bf44796811ecea5881c6668d3aa9226.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P8
X-Amz-Cf-Id: EWaxg6_vdPbrIznybV5BjtoMDlgMeiYN0PQ-_1x7php-96nD4WqUuw==
Age: 75543
Page title: DNSfwd: easy redirection using only DNS
<!DOCTYPE html>
<html>
<head>
<title>DNSfwd: easy redirection using only DNS</title>
<meta name='keywords' content='dnsfwd, domain, dns, redirect, 301, www, wwwizer, no-www'/>
<meta name='description' content='A simple service that does HTTP redirection just based on your DNS records.'/>
<meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1'/>
<link href='main.css' rel='stylesheet' type='text/css'/>
<script type='text/javascript' src='//cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.slim.min.js'></script>
<script type='text/javascript' src='main.js'></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-8519921-10', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<h1>DNSfwd</h1>
<p>A simple service that does HTTP redirection just based on your DNS records.</p>
<h2>Using CNAME Records</h2>
<p>This option is best for redirecting subdomains. It's simpler, and works with all DNS providers, but can't be used on apex/root domains, or subdomains which need to also have MX records.</p>
<p>Where do you want to redirect to?</p>
<p><input type='text' pattern='[0-9a-zA-Z\.\-]*' autofocus id='using_cname_in' placeholder='example.com'/></p>
<p>Add a CNAME record to the domain you want redirected and enter the following value:</p>
<p><input type='text' readonly id='using_cname_out' placeholder='example.com.dnsfwd.com'/></p>
<h2>Using TXT Records</h2>
<p>This option works for apex/root domains, but requires your DNS provider to support ALIAS/flattened-CNAME records (e.g. <a href='https://support.cloudflare.com/hc/en-us/articles/200169056-CNAME-Flattening-RFC-compliant-support-for-CNAME-at-the-root'>Cloudflare</a> or <a href='https://support.dnsimple.com/articles/alias-record/'>DNSimple</a>).</p>
<p>Where do you want to redirect to?</p>
<p><input type='text' pattern='[0-9a-zA-Z\.\-]*' id='using_txt_in' placeholder='example.com'/></p>
<p>Add an ALIAS/flattened-CNAME record to the domain you want redirected and enter the following value:</p>
<p><input type='text' readonly value='use.dnsfwd.com'/></p>
<p>Then add a TXT record and enter the following value:</p>
<p><input type='text' readonly id='using_txt_out' placeholder='DNSfwd example.com'/></p>
<h2>Removing a "www." Prefix</h2>
<p>Use this option to automatically redirect traffic to your root domain.</p>
<p>Add a CNAME record for your "www." domain and enter the following value:</p>
<p><input type='text' readonly value='unwww.dnsfwd.com'/></p>
<h2>FAQ</h2>
<h3>How can I trust it?</h3>
<p>The only thing I can do is say that I, Fletcher Tomalty, solemnly swear to never do anything with traffic received by DNSfwd except what is described on this page. If you're concerned, don't use it, or run your own copy: it's <a href='https://github.com/fletom/dnsfwd'>open source</a>.</p>
<p id='footer'>
This is a <a href='http://fletom.com/'>fletom</a> contraption.
See the source code or submit bug reports on <a href='https://github.com/fletom/dnsfwd'>GitHub</a>.
</p>
<a href='https://github.com/fletom/dnsfwd'><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub"></a>
</body>
</html>
18.245.31.3 1 18.245.31.112 1 2600:9000:266e:5800:1e:e657:7a00:93a1 1 18.245.31.24 1 2600:9000:266e:4800:1e:e657:7a00:93a1 1 2600:9000:266e:9200:1e:e657:7a00:93a1 1 18.245.31.40 1 2600:9000:266e:a200:1e:e657:7a00:93a1 1 2600:9000:266e:7e00:1e:e657:7a00:93a1 1 2600:9000:266e:9e00:1e:e657:7a00:93a1 1 2600:9000:266e:3800:1e:e657:7a00:93a1 1 2600:9000:266e:5400:1e:e657:7a00:93a1 1