<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Dns on Lloyd Rochester's Geek Blog</title><link>https://lloydroc.github.io/tags/dns/</link><description>Recent content in Dns on Lloyd Rochester's Geek Blog</description><generator>Hugo</generator><language>en</language><copyright>Copyright © 2025, Lloyd Rochester.</copyright><lastBuildDate>Sat, 30 Dec 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://lloydroc.github.io/tags/dns/index.xml" rel="self" type="application/rss+xml"/><item><title>DNS Proxy in C</title><link>https://lloydroc.github.io/post/c/dns-proxy/</link><pubDate>Sat, 30 Dec 2023 00:00:00 +0000</pubDate><guid>https://lloydroc.github.io/post/c/dns-proxy/</guid><description>&lt;h1 id="hahahugoshortcode17s0hbhb">DNS Proxy in C&lt;/h1>
&lt;p>This post provides a simple example of a DNS proxy. A client would query a DNS record from our program as if it was a server. This query will be passed on to a DNS server and eventuall back to the client.&lt;/p>
&lt;h2 id="proxy-server-paradigm">Proxy Server Paradigm&lt;/h2>
&lt;p>A proxy server is an intermediary server. Instead of a client requesting direct to a server the request goes to a proxy server that will handle the request on behalf of the client.&lt;/p></description></item></channel></rss>