#Wireguard und splitted tunnel?
Auf dem Client:
```
[Interface]
PrivateKey = haha
Address = 192.168.2.2/32
DNS = 1.1.1.1, 8.8.8.8

[Peer]
PublicKey = huhu
AllowedIPs = 0.0.0.0/0
Endpoint = x.x.x.x:51820
```
Aller Traffic wird ins VPN gerouted, das funktioniert.
Aber wie bekomme ich es hin, daß meinetwegen y.y.y.y/24 NICHT in den Tunnel fällt?

1
8