diff --git a/cloud.md b/cloud.md index cb677459..5516514f 100644 --- a/cloud.md +++ b/cloud.md @@ -2,7 +2,7 @@ title: Cloud description: published: true -date: 2019-12-07T11:03:33.870Z +date: 2019-12-07T11:07:07.334Z tags: --- @@ -67,9 +67,9 @@ ListenPort = 54541 #### Start Server ``` -# Start Server Fast +# Start Server sudo wg-quick up wg0 -# Enable Server +# Enable Server as Servuce sudo systemctl enable wg-quick@wg0 ```