Skip to content

Commit

Permalink
Version 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jbreams committed Jan 28, 2012
1 parent b90d834 commit 6532bfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GSSVPN v1.3
GSSVPN v1.4

GSSVPN is simple VPN software that uses GSSAPI to do its encryption and
authentication. It assumes that your server will have a service principal
Expand Down Expand Up @@ -37,7 +37,7 @@ gssvpnd -v -p port -i interface -s service -a utility -u user -t -d
-i interface Tap interface to use
-d Runs the process as a daemon, detaching from the console.

gssvpn -v -h hostname -p port -s service -i interface -e keepalive
gssvpn -v -h hostname -p port -s service -i interface -e keepalive -r cmd
-v Will enable verbose logging.
-p port Port to connect to on the server
-s service Service name to connect to on server
Expand Down
1 change: 0 additions & 1 deletion gssvpn.c
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,6 @@ int main(int argc, char ** argv) {
ev_signal_init(&netsig, netinit_sig_cb, SIGUSR2);
ev_signal_start(loop, &netsig);


ev_run(loop, 0);
if(netinit_util) {
pid_t pid;
Expand Down

0 comments on commit 6532bfe

Please sign in to comment.