Re: [wpkg-users] feature request / ideas for multiple locations with VPN ?

2007-02-16 Thread Greg MacLellan
The easiest way would probably be to use DNS to provide different IPs depending on the network, it's fairly easy to setup with BIND, see: http://www.oreillynet.com/pub/a/oreilly/networking/news/views_0501.html (on a side note, if you have multiple locations I would highly recommend setting up mu

[wpkg-users] [PATCH] Check path expansion

2006-02-03 Thread Greg MacLellan
Just a small thing- on Win2000, path expansion was not working so wpkg was unable to verify check type="file" paths that had things like %Windir% in them. Here is a quick patch to make this work: --- wpkg/wpkg-0.9.2/wpkg.js 2005-12-09 16:15:53.0 -0500 +++ wpkg.js 2006-02-03 11:4