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

[Feature] Specify network interface to use #1963

Merged
merged 2 commits into from
Jan 2, 2025

Conversation

svenvg93
Copy link
Contributor

@svenvg93 svenvg93 commented Jan 2, 2025

📃 Description

This PR adds the option to specify the interface to use for the test. This way the user can specify is the tests need to run via a certain interface when using dockers host network or a specific docker network interface in case of multiple networks used for example a separate IPv6 only network

closes: #1301
closes: #615

Docs PR alexjustesen/speedtest-tracker-docs#57

🪵 Changelog

➕ Added

  • Add the interface argument to the command
  • Add the environment variable to specify the interface to use.

app/Jobs/Ookla/RunSpeedtestJob.php Outdated Show resolved Hide resolved
@alexjustesen alexjustesen added the 🎉 feature New feature or request label Jan 2, 2025
@alexjustesen alexjustesen merged commit 29bc59d into alexjustesen:main Jan 2, 2025
1 check passed
@svenvg93 svenvg93 deleted the specify-interface branch January 2, 2025 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎉 feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow selection of interface for speedtest tracker to utilize Allow IPv6 speed tests
2 participants