Re: VPN Working (General questions)
I'm trying to add this feature in..
[code]
Try
VPN2 = New wodVPNCom
VPN2.LicenseKey = "xxxxx"
VPN2.Channels.Add(ChannelTypesEnum.TCPLocalListen, "0.0.0.0", 90, "google.com", 80)
VPN2.Start(0)
MsgBox("run portscan on port 90")
Catch ex As Exception
MsgBox(ex.Data)
End Try
[/code]
Nothing is happening.. please help.