grimoire

personal wiki
git clone git://git.pyratebeard.net/grimoire.git
Log | Files | Refs

commit 6debb3ae1a90b80663adfbacd701d53b873b711f
parent a9bf481266aeee520a0803dba6c9212b0628a7ed
Author: pyratebeard <root@pyratebeard.net>
Date:   Fri,  1 Feb 2019 11:31:28 +0000

add-port not allow-port, inc reload cmd

Diffstat:
Mtechnology/communication/mosh.md | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/technology/communication/mosh.md b/technology/communication/mosh.md @@ -12,7 +12,8 @@ apt-get install mosh ## usage on server allow port through firewall ``` -firewall-cmd --permanent --allow-port=60001/udp +firewall-cmd --permanent --add-port=60001/udp +firewall-cmd --reload ``` on client