Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #144 (exception when using --dump with host-to-IP aliases)
Now `vpn-slice --dump` output will show host-to-IP aliases in a sane form: $ vpn-slice --dump foo.host.com=bar.host.com=1.2.3.4 ipv6.host.com=f00f::1234 ... Complete set of host aliases to add /etc/hosts entries for: 1.2.3.4 -> foo.host.com, bar.host.com f00f::1234 -> ipv6.host.com ...
- Loading branch information