docs(windows): require amd64 wintun.dll for TUN mode#157
Merged
LorenEteval merged 1 commit intoLorenEteval:mainfrom Apr 9, 2026
Merged
docs(windows): require amd64 wintun.dll for TUN mode#157LorenEteval merged 1 commit intoLorenEteval:mainfrom
LorenEteval merged 1 commit intoLorenEteval:mainfrom
Conversation
The official Wintun zip ships multiple architectures under bin/. Furious Windows is amd64-only; wrong DLL can crash TUN mode. Point readers to the TUN Mode wiki for full setup. Made-with: Cursor
a2b3d87 to
dfc221d
Compare
Owner
|
Thanks. Merged & also updated in the wiki |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents that the official Wintun zip contains multiple
wintun.dllbuilds underwintun\\bin\\(amd64,arm,arm64,x86), while the Furious Windows release is amd64 only. Using a DLL from the wrong folder can crash TUN mode.Changes
wintun.dll) subsection under Wiki inREADME.md.Follow-up (optional)
Please mirror the same guidance on the wiki TUN Mode → Windows section so it stays aligned with the README.
Closes nothing — documentation only.
Made with Cursor