File tree Expand file tree Collapse file tree 1 file changed +15
-12
lines changed
apps/docs/content/references/vpn Expand file tree Collapse file tree 1 file changed +15
-12
lines changed Original file line number Diff line number Diff line change 2
2
title : Frequently Asked Questions
3
3
---
4
4
5
- <details >
6
- <summary >1. VPN in WSL2 doesn't work</summary >
7
- <p >
8
- The reason can be that <code >systemd</code > is not running in WSL2 by default. To fix this:
9
- <ol >
10
- <li >Run <code >sudo -e /etc/wsl.conf</code ></li >
11
- <li >Add <code >system=true</code > to <code >[ boot] </code > section</li >
12
- <li >Comment out the first line <code >LABEL=cloudimg-rootfs / ext4 defaults 0 1</code ></li >
13
- <li >In <code >cmd.exe/PowerShell</code > run <code > wsl --shutdown</code > to restart WSL2.</li >
14
- </ol >
15
- </p >
16
- </details >
5
+ import { FAQ , FAQItem } from " /src/components/Faq"
6
+
7
+ <FAQ >
8
+ <FAQItem question = " Why is my VPN in WSL2 not working" >
9
+ <p >
10
+ The reason can be that <code >systemd</code > is not running in WSL2 by default. To fix this:
11
+ <ol >
12
+ <li >Run <code >sudo -e /etc/wsl.conf</code ></li >
13
+ <li >Add <code >system=true</code > to <code >[ boot] </code > section</li >
14
+ <li >Comment out the first line <code >LABEL=cloudimg-rootfs / ext4 defaults 0 1</code ></li >
15
+ <li >In <code >cmd.exe/PowerShell</code > run <code > wsl --shutdown</code > to restart WSL2.</li >
16
+ </ol >
17
+ </p >
18
+ </FAQItem >
19
+ </FAQ >
You can’t perform that action at this time.
0 commit comments