0

The current setup: I have a set of private ec2 instances running a few services that I don't want to be accessible publicly and should be accessible only via the Wireguard VPN connection. There is also an ec2 instance with in the same VPC running a Wireguard VPN server. There is an ALB sitting in front of these private instances to route the public domains of the private services to their respective ALB target groups.

Looking for: A way to use the Wireguard VPN connection on the client side(for example my local host) to only route the public domains of the private services via the VPN connection and to send all the remaining traffic via the default network interface(not the Wireguard VPN interface). So I need to whitelist a handful of domain names to the client configuration.

Edit #1 Please mention any other tool that's better suited for my purpose.

0 Answers0