./net/gvproxy, Replacement for libslirp and VPNKit, written in pure Go

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.7.0nb7, Package name: gvproxy-0.7.0nb7, Maintainer: pkgsrc-users

A replacement for VPNKit, written in pure Go. It is based on the
network stack of gVisor.


Master sites:

Filesize: 4164.478 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-05 21:14:14 by Benny Siegert | Files touched by this commit (161) | Package updated
Log message:
Revbump all Go packages after go121 update
   2024-02-07 15:51:04 by Benny Siegert | Files touched by this commit (156) | Package updated
Log message:
Revbump all Go packages after go121 update
   2024-01-10 20:14:43 by Benny Siegert | Files touched by this commit (152) | Package updated
Log message:
Revbump all Go packages after go121 update
   2023-12-05 20:46:19 by Benny Siegert | Files touched by this commit (146) | Package updated
Log message:
Revbump all Go packages after go121 update
   2023-11-10 16:45:25 by Benny Siegert | Files touched by this commit (152) | Package updated
Log message:
Revbump all Go packages after go121 update
   2023-10-29 15:48:24 by Benny Siegert | Files touched by this commit (152)
Log message:
Revbump all Go packages because go121 is now the default
   2023-10-15 14:04:35 by Benny Siegert | Files touched by this commit (155) | Package updated
Log message:
Revbump all Go packages after go120 security update
   2023-09-15 19:56:09 by Tobias Nygren | Files touched by this commit (4) | Package updated
Log message:
gvproxy: update to 0.7.0

0.7.0:
  fixes compilation with go 1.21

0.6.2:
  DNS resolver improvement
  Support for dynamically adding of DNS records

0.6.1:
  set proper protocol for stdio

0.6.0
  Allow connections over stdio for WSL2
  Support for using multiple protocols
  Improve rxStream performance using bufio reader
  Dependency updates