From c9b7d8a58b56343c1ea6ee4fc973f5e7fe49faa2 Mon Sep 17 00:00:00 2001 From: "Bora M. Alper" Date: Wed, 5 Jul 2017 15:30:16 +0300 Subject: [PATCH] fixed formatting in magneticod docs --- magneticod/README.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/magneticod/README.rst b/magneticod/README.rst index 5abff7e..1941459 100644 --- a/magneticod/README.rst +++ b/magneticod/README.rst @@ -74,11 +74,13 @@ Instructions You might need to create intermediate directories (``.config``, ``systemd``, and ``user``) if not exists. -7. (Optional, **requires root**) Disable iptables on a specified port for UDP protocol to prevent excessive number of - `EPERM` (errno 1, "Operation not permitted") errors, which also affect the performance: :: +7. (Optional, **requires root**) Disable iptables for a specified port: :: - iptables -I OUTPUT -t raw -p udp --sport PORT_NUMBER -j NOTRACK - iptables -I PREROUTING -t raw -p udp --dport PORT_NUMBER -j NOTRACK + iptables -I OUTPUT -t raw -p udp --sport PORT_NUMBER -j NOTRACK + iptables -I PREROUTING -t raw -p udp --dport PORT_NUMBER -j NOTRACK + + This is to prevent excessive number of ``EPERM`` "Operation not permitted" errors, which also has a negative impact + on the performance. 8. Start **magneticod**: ::