View Single Post
Posts: 1,141 | Thanked: 781 times | Joined on Dec 2009 @ Magical Unicorn Land
#2
As a workaround how about renaming the vpnc binary and replacing it with a shell script that adds that commandline option? Maybe something like this (untested):

Code:
!/bin/sh
exec /usr/bin/vpncrenamed --dpd-idle=0 "$@"
 

The Following User Says Thank You to stlpaul For This Useful Post: