From 43c2e9b223b57fb2129268b294e0d3952895ec61 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sat, 7 Dec 2019 17:07:47 +0000 Subject: [PATCH] docs: update cloud --- cloud.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cloud.md b/cloud.md index 8b388ce8..89fcad03 100644 --- a/cloud.md +++ b/cloud.md @@ -2,7 +2,7 @@ title: Cloud description: published: true -date: 2019-12-07T11:52:15.584Z +date: 2019-12-07T17:07:43.400Z tags: --- @@ -26,6 +26,10 @@ Networking > Virtual Cloud Networks >Virtual Cloud Network Details > Network Sec Networking > Virtual Cloud Networks >Virtual Cloud Network Details > Security Lists +### Allow Port in firewall + +```sudo iptables -4 -I INPUT 6 -p udp --dport 54541 -m comment --comment "Wireguard listen port" -j ACCEPT``` + ### Wireguard Server