NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: lanmicro on March 31, 2010, 08:38:22 AM
-
Hi Guys,
It appears that a webserver listens on all IPs for port 443. Is there a method to tell the program to only listen on a single IP?
-
If I understand your question, yes. You can set this in the webserver Init embed
ThisWebServer._ServerIP = 'xxx'
This will bind the port to the IP address.
-
It's also a setting o the "advanced" tab of the nettalk extension to the Web Server procedure.
cheers
Bruce