-
Notifications
You must be signed in to change notification settings - Fork 385
multiple interfaces / ipv6 #91
Comments
I wish we could use multiple host and report_host lines. Something like the following would be very nice:
Thats more or less what bitcoind and tor relays do. |
@alainwolf The problem is that all the hosts, pruning limit, supported protocol flags (and ports, if non-standard) have to fit within 50 characters because it's communicated via the Name field on IRC. The onion address consumes almost half of that itself. |
Why not move it from the name field to a response to a CTCP message/response? Another issue is if the host is dualstack and resolves to both an IPv4 and IPv6 address, the peerlist can only contain one entry as it's keyed on the nickname of the IRC user, rather than keyed on a unique host. |
I agree, should be moved to a CTCP message instead of a limited real_name field, this allows expansion later on, if you want to provide things like encryption as you can have the server respond with it's public key for example. |
Was this ever resolved? I believe that a solution to the IRC discovery issue was merged but the server still won't bind to more than one interface.
Why can't listen on 0.0.0.0:50002 and :::50002? |
Confirm this problem. |
i just installed electrum server and finished indexing
setup:
if i set host=my.fqdn.com in electrum.conf, electrum will only bind to my ipv6 interface.
setting host=0.0.0.0 to bind on all ipv4 IFs works, but then i cannot set a correct report_host anymore;
how can i make electrum server bind to both ipv4 and ipv6?
The text was updated successfully, but these errors were encountered: