Minor fixes on test instance
Compare changes
- 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:
shammash <shammash@autistici.org>
+ 7
− 7
@@ -24,16 +24,16 @@ generate_server_conf() {
@@ -44,7 +44,7 @@ generate_client_conf() {
@@ -52,11 +52,11 @@ EOF