Reputation: 6122
FUSE enables you to write stuff easily like SQL database, GMail or even Wikipedia articles as your local filesystem files. Is there something similar for networking world? VTUN seems fine but works only in *nix OS.
Upvotes: 0
Views: 151
Reputation: 3793
OpenVPN (http://openvpn.net) installer for windows ships with TAP-Win32, which is the Windows port of the *nix TUN/TAP drivers.
Upvotes: 1