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

Deployment #7

Merged
merged 37 commits into from
Aug 9, 2023
Merged

Deployment #7

merged 37 commits into from
Aug 9, 2023

Conversation

LVala
Copy link
Member

@LVala LVala commented Aug 4, 2023

closes #12

@LVala LVala requested a review from mickel8 August 4, 2023 12:16
@LVala LVala self-assigned this Aug 4, 2023
@LVala LVala linked an issue Aug 4, 2023 that may be closed by this pull request
lib/ex_turn_app.ex Show resolved Hide resolved
lib/ex_turn/supervisor.ex Outdated Show resolved Hide resolved
lib/ex_turn/listener.ex Show resolved Hide resolved
lib/ex_turn/auth_provider.ex Outdated Show resolved Hide resolved
lib/ex_turn/auth_provider.ex Outdated Show resolved Hide resolved
config/runtime.exs Outdated Show resolved Hide resolved
config/config.exs Show resolved Hide resolved
@LVala LVala requested a review from mickel8 August 8, 2023 08:47
Comment on lines +37 to +42
with {:ok, opts} <- :inet.getifaddrs(),
addrs <- Enum.map(opts, fn {_intf, opt} -> opt end),
addrs <- Enum.filter(addrs, &is_valid?(&1)),
addrs <- Enum.flat_map(addrs, &Keyword.get_values(&1, :addr)),
addrs <- Enum.filter(addrs, &(not link_local?(&1) and not any?(&1))),
false <- Enum.empty?(addrs) do
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better split this into case and casual pipeline

@LVala LVala merged commit f8fef56 into master Aug 9, 2023
2 checks passed
@LVala LVala deleted the deployment branch August 9, 2023 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Public TURN deployment deploy
2 participants