microsoft / dev-tunnels

Dev Tunnels SDK
MIT License
286 stars 20 forks source link

Fix checks for local development DNS name #474

Closed jasongin closed 3 weeks ago

jasongin commented 3 weeks ago

The check for contains(".local") were causing problems with the tunnel service cluster which also uses .local suffix. Checking for the full local-development DNS name will avoid any possibility of such conflicts.