LocalAddress Property
      
 

Description

Holds address accessible from local wodVPN instance.

Property type

A String value.  

Syntax

object.LocalAddress

The LocalAddress Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type VPNChannel.

Remarks

The LocalAddress setting defines which interface wodVPN should use when it needs to bind LocalPort upon channel start. It also defines which interface the remote port forwarding request should be initiated on when a notification is received from remote side.

Typically, you set this property to "" (empty string) or "0.0.0.0" which means that ALL interfaces are bound. You can also set it to "127.0.0.1" in which case only connections from the local computer will be accepted.