127.0.0.1 causes it to only listen locally. However, setting it to an empty string would work for all IP addresses.
Code: Select all
IP = ""
127.0.0.1 causes it to only listen locally. However, setting it to an empty string would work for all IP addresses.
Code: Select all
IP = ""