-
- Downloads
Use 127.0.0.1 instead of localhost
git.autistici.org/ale/rrpc uses net.LookupIP() , which returns link-local
addresses but truncates the IPv6 zone from them. This makes it impossible to
use the 'localhost' name with link-local addresses. Use the address directly
instead. A much better solution would be to fix rrpc for good.
Signed-off-by:
shammash <shammash@autistici.org>
Please register or sign in to comment