Akilan1999 / p2p-rendering-computation

p2p network to enable running distributed computation and rendering.
https://p2prc.akilan.io/
GNU General Public License v2.0
28 stars 10 forks source link

fixed ipv6 dectection error #41

Closed Akilan1999 closed 3 years ago

Akilan1999 commented 3 years ago

Fixed IPV6 detection error. This is done by removing detection of IPV6 address from network interfaces and asking the users to type the IP address manually.

New config field

 "ipv6address": "<ipv6 address>",

Note: This is not a stable PR but works for the current moment.