From af1d3dbf8cf8cb62d7b9c3b1626ac7003d2033e1 Mon Sep 17 00:00:00 2001 From: Alexandr Bogomyakov Date: Fri, 25 Oct 2024 11:50:01 +0300 Subject: [PATCH] Update wg-over-udp2raw.md --- content/posts/wg-over-udp2raw.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/posts/wg-over-udp2raw.md b/content/posts/wg-over-udp2raw.md index aab05fd..a4faa34 100644 --- a/content/posts/wg-over-udp2raw.md +++ b/content/posts/wg-over-udp2raw.md @@ -112,9 +112,7 @@ WantedBy=multi-user.target #### Start the Service ```bash -sudo systemctl daemon-reload -sudo systemctl enable udp2raw -sudo systemctl start udp2raw +sudo systemctl enable --now udp2raw ``` ### 3. Configure udp2raw on the Client