dlenski / vpn-slice

vpnc-script replacement for easy and secure split-tunnel VPN setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exclude hosts by name

fodinabor opened this issue · comments

I can successfully exclude a host by adding its IP with %xxx.xx.xx.xx to the command line, but if I add %sub.domain.tld to the command line, it will still route via the VPN.

I'd love to be able to use this simple syntax to exclude hosts directly via their name and not having to lookup their IP.

I'm using vpn-slice 0.16.1 with openconnect.

Exclude hosts by name

I haven't implemented it thus far. See #16 (comment) for one reason why it's unlikely to work satisfactorily using vpn-slice's approach to doing DNS lookups.