I want to ensure that only traffic coming from specific IP address ranges goes through the VPN, while all other traffic accesses the internet directly.How do i do this?Help me please
I think I figured it out. In WireGuard I have a range of Allowed IP addresses 0.0.0.0/0, ::/0, which means that all traffic goes through the VPN, now I just need to figure out how to correctly register only prohibited sites in this range and the ques...
I added WireGuard to VPN Fusion, specified the config file, but when I turn it on, traffic to all sites goes through WireGuard, and I need to make it so that only prohibited sites go through it. Or am I doing something wrong?