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

Windows 10? #10

Open
thezakman opened this issue Apr 2, 2018 · 11 comments
Open

Windows 10? #10

thezakman opened this issue Apr 2, 2018 · 11 comments

Comments

@thezakman
Copy link

I wonder if there is any way to test this on windows.

@kyle95wm
Copy link

kyle95wm commented Apr 3, 2018

I believe the Linux sub-system is what you would want. I could be wrong.

@cleanbrowsing
Copy link
Owner

Anyone with Windows experience to do it for us? Can't really help with it.

@uncled1023
Copy link

I just tested using the WSL on Win 10 (Specificly the Ubuntu distro), and it worked just fine following your instructions.

@akiokio
Copy link

akiokio commented Apr 3, 2018

Just did it here too, work fine. Win10 + Ubuntu sub distro

@thezakman
Copy link
Author

Great I will try!

@ChadLevy
Copy link
Contributor

ChadLevy commented Apr 3, 2018

If you encounter an error "$'\r': command not found", the file is has Windows-style line endings and needs to be converted.

From the bash terminal, run

tr -d '\15\32' < dnstest.sh > dnstest-2.sh

Then use the dnstest-2.sh file as normal.

@ChadLevy
Copy link
Contributor

ChadLevy commented Apr 3, 2018

If you want to get Linux running on Windows, Scott Hanselman has a great guide: https://www.hanselman.com/blog/UbuntuNowInTheWindowsStoreUpdatesToLinuxOnWindows10AndImportantTips.aspx

@kelos-01
Copy link

@ChadLevy's link will put you on the right track. Took me a while but got it to work on windows.

Tnx Chad

@Morpheus9and20
Copy link

I'm trying it on Windows 10, and every test is coming up 1000ms. I followed the instructions exactly. Are my results just really that bad or could there be another problem?

@cleanbrowsing
Copy link
Owner

If it is always coming up as 1000ms, it means you do have an issue on the test. Maybe DNS is blocked or the dig command line tool is not working?

@thomasmerz
Copy link
Contributor

thomasmerz commented Mar 17, 2022

@ChadLevy

If you encounter an error "$'\r': command not found", the file is has Windows-style line endings and needs to be converted.

From the bash terminal, run

tr -d '\15\32' < dnstest.sh > dnstest-2.sh

Is there no unix2dos on WSL which is much more user-friendly?

dos2unix - DOS/Mac to Unix and vice versa text file format converter

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

No branches or pull requests

9 participants