DNS: lookup failed for user with dot "."

Our pritunl is using google SSO. Some users have dot in their username, for example: “user.user@example.com”, and their lookup fails with:

➜  repos ping user.user.example.vpn
ping: cannot resolve user.user.example.vpn: Unknown host

pinging their ips directly works. lookup for other users without dots also works. reverse lookup for the affected users also works.

This will be fixed in the next release by replacing . with -

That’s a great news! Thank you