Move wintun

This commit is contained in:
Owen
2026-07-27 09:11:32 -04:00
parent 7dae370bd4
commit 5693ba0407
2 changed files with 6 additions and 2 deletions

View File

@@ -248,6 +248,10 @@ On Windows, set `nativeMain` in the Newt client's `config.json` instead:
}
```
<Warning>
If you are using Newt on Windows `wintun.dll` is required to run in native mode. If not already provided by the installer, you can download from https://www.wintun.net/
</Warning>
<Warning>
Windows doesn't respond to ICMP echo requests (ping) over the tunnel interface by default. If you need to ping a Windows site, enable the built-in firewall rule for it:

View File

@@ -25,9 +25,9 @@ curl -fsSL https://static.pangolin.net/get-newt.sh | bash
To run Newt on Windows, use the latest installer from [GitHub releases](https://github.com/fosrl/newt/releases/latest).
<Warning>
{/* <Warning>
If you are using Newt on Windows as a service or with clients, `wintun.dll` may be required.
</Warning>
</Warning> */}
### Manual Download