Enable binding ports for IPv6
This commit is contained in:
@@ -29,7 +29,7 @@ class Setup extends Model
|
||||
public const BINKP_OPT_MPWD = 1<<8; /* Multi-Password mode - not implemented */
|
||||
|
||||
public const BINKP_PORT = 24554;
|
||||
public const BINKP_BIND = '0.0.0.0';
|
||||
public const BINKP_BIND = '::';
|
||||
public const EMSI_PORT = 60179;
|
||||
public const EMSI_BIND = self::BINKP_BIND;
|
||||
|
||||
|
Reference in New Issue
Block a user