docs: update cloud

This commit is contained in:
Administrator 2019-12-07 17:07:47 +00:00 committed by matze
parent 2ed81eb7b1
commit 43c2e9b223

View File

@ -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