<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Networking on Nobody&#39;s Home</title>
    <link>https://cloud.nobodyhome.dev/tags/networking/</link>
    <description>Recent content in Networking on Nobody&#39;s Home</description>
    <generator>Hugo -- 0.163.0</generator>
    <language>en</language>
    <lastBuildDate>Sat, 30 May 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://cloud.nobodyhome.dev/tags/networking/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Tor Proxy</title>
      <link>https://cloud.nobodyhome.dev/posts/tor-proxy/</link>
      <pubDate>Sat, 30 May 2026 00:00:00 +0000</pubDate>
      <guid>https://cloud.nobodyhome.dev/posts/tor-proxy/</guid>
      <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;
&lt;p&gt;I wanted to see how to route my network traffic over tor. Would it be too slow? Would it even work? TBH, the load times have been a &lt;em&gt;bit&lt;/em&gt; worse, but yes - it works, and the load times aren&amp;rsquo;t even that bad.
&lt;img alt=&#34;it works&#34; loading=&#34;lazy&#34; src=&#34;https://media1.giphy.com/media/v1.Y2lkPTc5MGI3NjExNXMwNjhqbW56ZGM1azZvYzZnMjUwNHRkMWt5N3hidHJ1MHJxY2dvbSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/BoBOKNtlR8rTi/giphy.gif&#34;&gt;&lt;/p&gt;
&lt;p&gt;The directory structure will end up looking like this:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;├──tor-proxy
│  ├──compose.yaml
└──└──torrc
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;NOTE: I used Google&amp;rsquo;s Gemini, and a locally hosted gemma 4 model to build this. There are likely multiple resources that aren&amp;rsquo;t properly recorded.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Static Site from Start to Finish</title>
      <link>https://cloud.nobodyhome.dev/posts/website-stack/</link>
      <pubDate>Wed, 20 May 2026 00:00:00 +0000</pubDate>
      <guid>https://cloud.nobodyhome.dev/posts/website-stack/</guid>
      <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;
&lt;p&gt;This guide is meant to be a top level overview on how to get a Hugo based static site set up on both the clear-web, and the dark-web. Both sites will host the exact same content, have custom URLs, and will be publically accessible. The intent is to string together some prior posts into a cohesive walkthrough, with less detail than the individual guides linked below.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://cloud.nobodyhome.dev/posts/install-docker/&#34;&gt;Install Docker&lt;/a&gt; -&amp;gt; &lt;a href=&#34;https://cloud.nobodyhome.dev/posts/hugo/&#34;&gt;Hugo Setup&lt;/a&gt; -&amp;gt; &lt;a href=&#34;https://cloud.nobodyhome.dev/posts/tor-hidden-services/&#34;&gt;Tor&lt;/a&gt; &amp;amp; &lt;a href=&#34;https://cloud.nobodyhome.dev/posts/cloudflare-service/&#34;&gt;Cloudflare Tunnel&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>AdGuardHome</title>
      <link>https://cloud.nobodyhome.dev/posts/adguardhome/</link>
      <pubDate>Sat, 14 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://cloud.nobodyhome.dev/posts/adguardhome/</guid>
      <description>&lt;h4 id=&#34;references&#34;&gt;References&lt;/h4&gt;
&lt;p&gt;&lt;a href=&#34;https://adguard-dns.io/kb/adguard-home/getting-started/&#34;&gt;AdGuardHome&lt;/a&gt;
&lt;a href=&#34;https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.73&#34;&gt;Download AdGuardHome&lt;/a&gt;
&lt;a href=&#34;https://adguard-dns.io/kb/adguard-home/faq/&#34;&gt;Fix systemd-resolved&lt;/a&gt;&lt;/p&gt;
&lt;h4 id=&#34;why-adguardhome&#34;&gt;Why AdGuardHome?&lt;/h4&gt;
&lt;p&gt;AdGuard has become a key service in my homelab. I&amp;rsquo;m so used to having ads blocked across my network, it&amp;rsquo;s a surprise loading a site away from home and seeing the broken hellscape of ads everywhere. Get a network level adblocker and learn how to use it. The less tech savvy folks in your home will thank you.&lt;/p&gt;
&lt;h4 id=&#34;installation&#34;&gt;Installation&lt;/h4&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.73&#34;&gt;Download&lt;/a&gt; the latest version of AdGuardHome&lt;/li&gt;
&lt;li&gt;Extract using &lt;code&gt;tar -xf AdGuardHome_linux_amd64.tar.gz&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Move the folder to the  destination: &lt;code&gt;mv AdGuardHome [DESTINATION]&lt;/code&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Fedora&lt;/strong&gt;: &lt;code&gt;/usr/local/bin/&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Ubuntu&lt;/strong&gt;: &lt;code&gt;/opt/&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Install using &lt;code&gt;sudo ./AdGuardHome -s install&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Set up your account at &lt;code&gt;http://ADGUARD-SERVER:3000&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Set your router&amp;rsquo;s DNS server to point at your AdGuardHome server (steps will vary by router)
&lt;img alt=&#34;dns settings&#34; loading=&#34;lazy&#34; src=&#34;https://cloud.nobodyhome.dev/assets/adguardhome/dns_settings.png&#34;&gt;&lt;/li&gt;
&lt;li&gt;Set your AdGuard
&lt;ul&gt;
&lt;li&gt;Block Lists
&lt;img alt=&#34;dns blocklists&#34; loading=&#34;lazy&#34; src=&#34;https://cloud.nobodyhome.dev/assets/adguardhome/dns_blocklists.png&#34;&gt;&lt;/li&gt;
&lt;li&gt;Upstream Providers
&lt;img alt=&#34;dns providers&#34; loading=&#34;lazy&#34; src=&#34;https://cloud.nobodyhome.dev/assets/adguardhome/dns_providers.png&#34;&gt;&lt;/li&gt;
&lt;li&gt;DNS Rewrites&lt;/li&gt;
&lt;li&gt;Allow Lists&lt;/li&gt;
&lt;li&gt;Custom Rules
&lt;img alt=&#34;dns custom rules&#34; loading=&#34;lazy&#34; src=&#34;https://cloud.nobodyhome.dev/assets/adgaurdhome/dns_custom_rules.png&#34;&gt;&lt;/li&gt;
&lt;li&gt;Back up you AdGuardHome.yaml&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h5 id=&#34;deploy-with-docker-compose&#34;&gt;Deploy with Docker Compose:&lt;/h5&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;services:
  adguardhome:
    image: adguard/adguardhome
    container_name: adguardhome
    volumes:
	    #place AdGuardHome.yaml here if you already have a configured instance
      - [map to your /conf directory]:/opt/adguardhome/conf 
      - [map to your /work directory]:/opt/adguardhome/work
    deploy: 
      mode: global
    ports:
      - &amp;#34;53:53/udp&amp;#34;  # &amp;lt;Host Port&amp;gt;:&amp;lt;Container Port&amp;gt;
      - &amp;#34;53:53/tcp&amp;#34;
      - &amp;#34;67:67/udp&amp;#34;
#      - &amp;#34;68:68/udp&amp;#34;
      - &amp;#34;80:80/tcp&amp;#34;
      - &amp;#34;443:443/tcp&amp;#34;
      - &amp;#34;443:443/udp&amp;#34;
      - &amp;#34;3000:3000/tcp&amp;#34;
      - &amp;#34;853:853/tcp&amp;#34;
      - &amp;#34;853:853/udp&amp;#34;
      - &amp;#34;8853:8853/udp&amp;#34;
      - &amp;#34;784:784/udp&amp;#34;
      - &amp;#34;5443:5443/tcp&amp;#34;
      - &amp;#34;5443:5443/udp&amp;#34;
    restart: unless-stopped
&lt;/code&gt;&lt;/pre&gt;&lt;h4 id=&#34;troubleshooting&#34;&gt;Troubleshooting&lt;/h4&gt;
&lt;h5 id=&#34;systemd-resolved&#34;&gt;Systemd-Resolved&lt;/h5&gt;
&lt;p&gt;Reference: &lt;a href=&#34;https://adguard-dns.io/kb/adguard-home/faq/&#34;&gt;Fix systemd-resolved&lt;/a&gt;
Us these steps when systemd is using port 53:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tailscale: Easy VPN</title>
      <link>https://cloud.nobodyhome.dev/posts/tailscale-easy-vpn/</link>
      <pubDate>Tue, 03 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://cloud.nobodyhome.dev/posts/tailscale-easy-vpn/</guid>
      <description>&lt;h3 id=&#34;references&#34;&gt;References&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://tailscale.com&#34;&gt;Tailscale&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://login.tailscale.com/admin/machines&#34;&gt;Tailscale Admin Console&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;overview&#34;&gt;Overview&lt;/h3&gt;
&lt;p&gt;This walkthough is the very basics of setting up a Tailscale VPN for travel.&lt;/p&gt;
&lt;p&gt;Scenario: You like to travel, but have trouble accessing your accounts (banking, social media, entertainment) while you&amp;rsquo;re abroad. You travel with a laptop, but you also have a desktop device back home. Wouldn&amp;rsquo;t it be great if you could just access your accounts and services like you were sitting at your desktop?&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
