this post was submitted on 04 Dec 2023
3 points (80.0% liked)
Self-Hosted Main
504 readers
1 users here now
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
For Example
- Service: Dropbox - Alternative: Nextcloud
- Service: Google Reader - Alternative: Tiny Tiny RSS
- Service: Blogger - Alternative: WordPress
We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.
Useful Lists
- Awesome-Selfhosted List of Software
- Awesome-Sysadmin List of Software
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I know it's been a week, but...
I assume the machine you're using on your friend's network has a Wireguard client configured for Wireguard account/network info.
I don't use Wireguard, does it have it's own DNS mechanism to resolve Wireguard-connected device names?
For example, Tailscale has MagicDNS which will always resolve host names that use a fully-qualified Tailscale name to a Tailscale address.
E.G: My Raspberry Pi host name is "raspberrypi". Using just the short name it will attempt to resolve via local network DNS by appending local network domain to the end and querying the local DNS server.
If I append the Tailscale domain ("raspberrypi.tailscale2525.net"), the Tailscale client will intercept the lookup and resolve to the Tailscale IP and route through the Tailscale mesh, regardless of local IP range.
I assume Wireguard works the same (I've never used it). Mesh networks (somehow) see their own network differently than just an IP network.