How can I connect to my node from another device?
Why is it better not to do this.
Configuration file changes
This line lists the IP addresses of the nodes that can be connected to the node.
The default is * (asterisk) - everyone can connect.
Here you can put your IP address or list a group of addresses through ; (comma_dot)
or enter the network - 192.168.1.0/24.This line defines on which IP address the node will accept connections.
127.0.0.1 is ONLY a local connection, you can put a specific IP that is assigned to the computer
or put 0.0.0.0 - accept connections to all addresses.Certificate enforcement outside of localhost is configured with the lines:
prizm.apiSSL = false
prizm.apiServerEnforceSSL=trueWhy it is better not to do this, or what you need to know and understand.
Material for non-believers:
Last updated