diff options
author | Daniil Baturin <daniil@baturin.org> | 2019-07-31 00:18:47 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-31 00:18:47 +0700 |
commit | 4f6cf99e2457e70a4dc22c266c2e733e398e1cb3 (patch) | |
tree | b1d57c7b204860ba694aa7642b3c9eaab68e01c5 | |
parent | 926b3abc63f497729b0f605bc58a38fef71134cb (diff) | |
parent | f4c94f825a56ac6cf687eaea8bde89852244be43 (diff) | |
download | vyos-documentation-4f6cf99e2457e70a4dc22c266c2e733e398e1cb3.tar.gz vyos-documentation-4f6cf99e2457e70a4dc22c266c2e733e398e1cb3.zip |
Merge pull request #85 from rebortg/fix/links
fix some links in firewall.rst
-rw-r--r-- | docs/firewall.rst | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/docs/firewall.rst b/docs/firewall.rst index fc6bf746..023898db 100644 --- a/docs/firewall.rst +++ b/docs/firewall.rst @@ -3,7 +3,7 @@ Firewall ======== -VyOS makes use of Linux [netfilter](http://netfilter.org/) for packet filtering. +VyOS makes use of Linux `netfilter <http://netfilter.org/>`_ for packet filtering. The firewall supports the creation of groups for ports, addresses, and networks (implemented using netfilter ipset) and the option of interface or zone based @@ -25,8 +25,7 @@ firewall can be created to simplify configuration when multiple interfaces belong to the same security zone. Instead of applying to rulesets to interfaces they are applied to source zone-destination zone pairs. -An introduction to zone-based firewalls can be found [[A primer to Zone Based -Firewall|here]]. For an example see :ref:`examples-zone-policy`. +An example to zone-based firewalls can be found here: :ref:`examples-zone-policy`. Groups ------ @@ -172,7 +171,4 @@ Example Partial Config } } } - } - -[XFinity Blocked Port List](https://www.xfinity.com/support/internet/list-of-blocked-ports/) - + }
\ No newline at end of file |