Skip to content

Use localhost otherwise it will not work if localhost resolves to ::1 (IPv6)

gitlab-qa-bot requested to merge github/fork/threez/patch-1 into master

Created by: threez

On my mac the localhost resolves to ::1 which leads to problem in communication problem if one side tries to connect to lacalhost and the other side to ::1. The best solution is if all parties use localhost for there communication.

Merge request reports