From 4bc9f63ad8b9c2a2d6736ee2dcaceadd7aa1f66c Mon Sep 17 00:00:00 2001 From: Astound Date: Mon, 25 Dec 2023 06:41:23 +0800 Subject: wsl: update --- wsl/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/wsl/README.md b/wsl/README.md index dea5a54..fd971bb 100644 --- a/wsl/README.md +++ b/wsl/README.md @@ -37,6 +37,12 @@ Environment=TERM=xterm WantedBy=multi-user.target ``` +Enable service + +```console +systemctl enable vpn-dns +``` + #### OpenRC Save file into /etc/init.d/vpn-dns with 755 permissions @@ -72,6 +78,12 @@ stop() { } ``` +Enable service + +```console +rc-update add vpn-dns boot +``` + ### Show Networks c/> Get-NetAdapter -- cgit v1.2.3