beyondcode / expose

A beautiful, fully open-source, tunneling service - written in pure PHP
https://expose.dev
MIT License
4.22k stars 260 forks source link

Invalid nameserver address given #316

Open raniaamina opened 2 years ago

raniaamina commented 2 years ago

Hi, i'm so sorry if this is very silly question, it's my first time use expose and composer. I followed the expose docs from official site, everything instaled fine, but when i try to run expose share, i got this error message. What should i do?

My server running on Debian 10 with composer 2

expose share --subdomain=miitan --server=ap-1 http://localhost
Trying to use custom domain: miitan

In UdpTransportExecutor.php line 115:

Invalid nameserver address given  

Thanks in advance

clue commented 2 years ago

@raniaamina This has been fixed recently via https://github.com/reactphp/dns/pull/187 :+1:

raniaamina commented 2 years ago

Thanks @clue, will check soon 👍