[bisq-network/btcd-cli4j] Use only localhost for block notify port (#5)

Stephan Oeste notifications at github.com
Wed Jul 24 10:58:25 UTC 2019


This needs to be fixed in btcd-cli4j. There the listen network socked is opened.

This is how I think it should work. The listen host needs to be configurable if someone needs this on an other interface listen. 

https://github.com/priiduneemre/btcd-cli4j/compare/master...Emzy:patch-1

Additionally it is good to run a firewall on the seednode. Like 

`iptables -A INPUT -i lo -j ACCEPT && iptables -A INPUT -p tcp --dport 22 -j ACCEPT && iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT && iptables -P INPUT DROP`

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/btcd-cli4j/issues/5#issuecomment-514585311
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190724/ce9ca516/attachment.html>


More information about the bisq-github mailing list