this post was submitted on 27 Sep 2025
17 points (100.0% liked)

Selfhosted

51807 readers
621 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 2 years ago
MODERATORS
 

Running pfsense, I was able to route my entire LAN subnet through a VPN. I have firewall and NAT rules that use an alias to filter outgoing connections to specific domains outside of the VPN gateway.

This works great. But here's the problem. Wildcards are not supported within pfsense aliases, and therefore unless you know the specific subdomain for a service, there's no way to reroute services that use rotating or load balancing subdomains.

Surely this is a big problem in large companies. I'm sure they utilize a paid solution to solve this problem.

Are there any solutions for self hosting that are FOSS or within pfsense?

you are viewing a single comment's thread
view the rest of the comments
[–] LordCrom@lemmy.world 2 points 17 hours ago

You could always just get the entire list of AWS public ranges and use that to identify interesting traffic.... Of course that would vpn all AWS stuff.

If you have a list of domains, you could schedule a script to resolve each to IPs and rebuild your VPN definition every night.