Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

turn server can't configure IP automatically #6165

Closed
tanvir23 opened this issue Apr 18, 2020 · 1 comment · Fixed by #6167
Closed

turn server can't configure IP automatically #6165

tanvir23 opened this issue Apr 18, 2020 · 1 comment · Fixed by #6167
Labels
duplicate Issue that is a duplicate of another preexisting issue

Comments

@tanvir23
Copy link

PUBLIC_IP=$(dig +short myip.opendns.com @resolver1.opendns.com) || true

In IPv6 enabled network turnserver can't configure IP automatically when installing the debian package. Because the command dig +short myip.opendns.com @resolver1.opendns.com doesn't produce any IP address. User has to manually configure it. Requesting to change the command dig +short -4 myip.opendns.com @resolver1.opendns.com which does produce IP address regardless of IPv6 enabled or not

@saghul
Copy link
Member

saghul commented May 26, 2020

Continues on #6167

@saghul saghul closed this as completed May 26, 2020
@luixxiul luixxiul added the duplicate Issue that is a duplicate of another preexisting issue label May 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Issue that is a duplicate of another preexisting issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants