zack-bitcoin / amoveo

A blockchain for trust-free markets in financial derivatives
Other
464 stars 110 forks source link

Limit EPMD to only accept local connections #188

Closed tallakt closed 6 years ago

tallakt commented 6 years ago

I believe this will make EPMD only listen for local connections, making it harder to connect to an Amoveo node from an outside server

zack-bitcoin commented 6 years ago

Any reason you think that this variable is set in the makefile? It seems like the kind of thing that belongs in an erlang config file.

zack-bitcoin commented 6 years ago

https://github.com/apache/couchdb/issues/999

These guys are saying it should be in the vm.args file. I guess I will do both, and hope for the best.

tallakt commented 6 years ago

Seems like a better solution. I didnt fint the one you suggested in my google search.