Skip to content

Commit

Permalink
add wsl2 info
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhotio committed Feb 26, 2024
1 parent 9d5233d commit 39a21c0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions includes/wireguard.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,14 @@
```

--8<-- "includes/annotations.md"

??? important "WSL2 Custom Kernel"

On WSL2 you'll need to run with your own compiled kernel and the following options:

```text
CONFIG_NFT_COUNTER=y
CONFIG_NETFILTER_XT_MATCH_CONNMARK=y
```

See [here](https://www.reddit.com/r/bashonubuntuonwindows/comments/jk4x24/comment/gah860j/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button) for instructions.

0 comments on commit 39a21c0

Please sign in to comment.