diff options
author | Nephiaust <29741794+Nephiaust@users.noreply.github.com> | 2023-09-17 23:27:53 +0930 |
---|---|---|
committer | Nephiaust <29741794+Nephiaust@users.noreply.github.com> | 2023-09-17 23:27:53 +0930 |
commit | b5ce5a2eba7f6857edf46e0401a5cd4981cc8a89 (patch) | |
tree | ecbdfcdd50615fe666fbeba67bb2cf569961111d /docs/quick-start.rst | |
parent | af5b760d3c61ab9484ada493224c440bdb11a620 (diff) | |
download | vyos-documentation-b5ce5a2eba7f6857edf46e0401a5cd4981cc8a89.tar.gz vyos-documentation-b5ce5a2eba7f6857edf46e0401a5cd4981cc8a89.zip |
Fixed bad formatting for code-blocks
Signed-off-by: Nephiaust <29741794+Nephiaust@users.noreply.github.com>
Diffstat (limited to 'docs/quick-start.rst')
-rw-r--r-- | docs/quick-start.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/quick-start.rst b/docs/quick-start.rst index 5f7ebbe3..a3927560 100644 --- a/docs/quick-start.rst +++ b/docs/quick-start.rst @@ -305,6 +305,7 @@ the DNS recursor we configured earlier, accepting traffic bound for port 53 from all hosts on the ``NET-INSIDE-v4`` network: .. code-block:: none + set firewall ipv4 input filter rule 30 action 'accept' set firewall ipv4 input filter rule 30 icmp type-name 'echo-request' set firewall ipv4 input filter rule 30 protocol 'icmp' |