CISCO_DEF_DOMAIN VS CISCO_SPLIT_DNS

Kevin Cernekee cernekee at gmail.com
Wed Sep 17 16:19:15 PDT 2014


On Wed, Sep 17, 2014 at 3:40 PM, Kevin Cernekee <cernekee at gmail.com> wrote:
> OIFS=${IFS}
> IFS=','
> set $CISCO_SPLIT_DNS

Oops, should probably make that:

set -- $CISCO_SPLIT_DNS

and keep in mind that a compromised gateway could pass all sorts of
evil strings to your vpnc-script.



More information about the openconnect-devel mailing list