Re: VPN Working - WeOnlyDo Discussion board

Re: VPN Working (General questions)

by Shawn Campbell, Friday, September 26, 2014, 18:38 (3509 days ago) @ woddrazen

I'm trying to add this feature in..


        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

Nothing is happening.. please help.


Complete thread: