• 0 Posts
  • 4 Comments
Joined 11 months ago
cake
Cake day: March 26th, 2024

help-circle
  • rymdlord@feddit.nutoPrivacy@lemmy.mlUm.... Wtf?
    link
    fedilink
    arrow-up
    4
    ·
    4 hours ago

    I have a way to solve your problem only thing is it’s going to kill your battery life.

    Apps I used to have 2 “vpns”

    First Insular or Shelter use one of them to create a work profile.

    Apps inside of The Work Profile Exclave VPN APP of choice for example MullvadVPN

    Apps outside of The Work Profile Tracker Control PersonalDNSfilter

    What I did is that i configured Tracker Control to send all DNS requests to the locally running DNS service that Personal DNS Filter creates as well as telling Tracker controll to not capture trafic from Personal DNS Filter. I also then configured Personal DNS Filter to use Mullvad DNS witg DoH or DoT. Then i configured Tracker control to send all traffic to a socks5 proxy (that is created by Exclave) that way the traffic from a app goes like this.

    All traffic that isn’t DNS App —> Tracker contol —> Exclave —> MullvadVPN

    DNA traffic App —> Tracker control —> Personal DNS Filter —> Mullvad DNS

    Look I had this for a while and I don’t recommend it due to the battery drain. Remember this setup will use 2 VPN slots run 4 services. A DNS proxy, a full socks5 and A wireguard VPN at the same time as a complete work profile. Good luck tho!



  • If I don’t remember wrong Android will always use your DNS config over the WG provided one so make sure to leave it blank. As for the routing I have a alternative solution that could maybe work using this app in combination with the WG tunnel. But when it comes to your current setup I suggest you try the following.

    1. Make sure that the IP and port of your DNS are accessible from your Phone you can use Termux if you want to ping and do a nc to do this.
    2. Make sure that the network that your WG connects to has its default DNS setup to be your unbound.
    3. Consider getting a Router that can run OpenWRT and then learn about vlans to create two networks(also 2 wifis) one for your roomates and one for you. Also you could setup WG on the OpenWRT router itself!

    If you really want to solve this problem you might want to read up on routing and networking in general! I suggest you start with Wikipedia! That’s atleast where I started! :D

    I wish you good luck on you self hosting experience!