Skip to content
Snippets Groups Projects
Select Git revision
0 results

test.sh

  • shammash's avatar
    cc2a6497
    Use 127.0.0.1 instead of localhost · cc2a6497
    shammash authored
    
    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: default avatarshammash <shammash@autistici.org>
    cc2a6497
    History
    Use 127.0.0.1 instead of localhost
    shammash authored
    
    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: default avatarshammash <shammash@autistici.org>