Skip to content

jkt628/vpnc-script-hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vpnc-script-hooks

a collection of vpnc-script hooks, mostly for Linux, maybe wholly for Linux, to remediate or tune certain behaviors. generally these operate by providing alternate sh functions.

INSTALL

carefully examine each hook and create a symbolic link to the corresponding directory under /etc/vpnc.

INSTALL ALL

find *.d -type f | while read f; do
  ln -s $PWD/$f /etc/vpnc/$f
done

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages