this post was submitted on 30 Nov 2023
13 points (93.3% liked)

Selfhosted

39226 readers
629 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.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

Hello! I want to set up a pi-hole on my home and connect from my parent's. Both setups have a dynamic IP assigned by my isp and are different networks.

I have a couple of questions:

  1. I can get a domain that updates automatically. But how would I resolve it on the client side?
  2. Is there any way to authenticate on the server? By Mac maybe? That can be spoofed right?

Edit: my bad, thanks for correcting me, Mac is another layer completely

  1. Can setting up a VPN solve both (1) and (2)?
  2. Is there any other way?

Thanks!

you are viewing a single comment's thread
view the rest of the comments
[–] bless@lemmy.world 5 points 9 months ago* (last edited 9 months ago) (2 children)

I would get a domain name and use ddns to update your rotating IP. Then I would setup wireguard VPN in split tunnel and have your parents network tunnel back to your piholes for dns resolution.

I use cloudflare API for ddns updates but there are plenty of choices for that. If you're using cloudflare for DNS just keep in mind you can't proxy the DNS entry for the ip for your VPN host as CF only forwards traffic over certain ports and they are not configurable (on free plan anyway not sure about paid).

[–] 1984@lemmy.today 2 points 9 months ago (1 children)

Don't you get a short break in connectivity as the ip changes?

[–] neshura 3 points 9 months ago

yes but most isp's (at least where I live) change the IP in the middle of nobody-should-be-awake-anyway o'clock

Plus the connection drops only for a minute or two at most unless ypu set a really high ttl on the domain dns record

[–] Gooey0210@sh.itjust.works 1 points 9 months ago* (last edited 9 months ago)

You can do DoH over proxied cloudflare I believe

edit: now I'm wondering, is it possible to proxy headscale??