diff options
author | Ali <fakoor@gmail.com> | 2019-05-07 14:57:08 +0430 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-07 14:57:08 +0430 |
commit | 18cb08349c2e96c3e0f147332f23f5deae69c00a (patch) | |
tree | 912e18a1bb365e4136e26f65c5b3066809e83ec1 /docs/firewall.rst | |
parent | f10213cca7bffb7e9b710445ef28845c1293bfca (diff) | |
download | vyos-documentation-18cb08349c2e96c3e0f147332f23f5deae69c00a.tar.gz vyos-documentation-18cb08349c2e96c3e0f147332f23f5deae69c00a.zip |
Fix wiki-style links
Diffstat (limited to 'docs/firewall.rst')
-rw-r--r-- | docs/firewall.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/firewall.rst b/docs/firewall.rst index 118d70db..a56e56a8 100644 --- a/docs/firewall.rst +++ b/docs/firewall.rst @@ -3,7 +3,7 @@ Firewall ======== -VyOS makes use of Linux [http://netfilter.org/ netfilter] 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 @@ -211,5 +211,5 @@ To achieve the same for IPv6 please use: set firewall options interface pppoe0 adjust-mss6 '1280' set firewall options interface wg02 adjust-mss6 '1280' -[https://www.xfinity.com/support/internet/list-of-blocked-ports/ XFinity Blocked Port List] +[XFinity Blocked Port List](https://www.xfinity.com/support/internet/list-of-blocked-ports/) |