diff options
author | rebortg <github@ghlr.de> | 2019-06-17 13:15:09 +0200 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2019-06-17 13:15:09 +0200 |
commit | e81e8e865dfac6bc4601aea0c424abe668d5e0c3 (patch) | |
tree | b9c9019be4042fb27fbd95ae52686c706ce5e624 /docs | |
parent | ddcf9e980414a37d613a19551055ce49bc18b0ae (diff) | |
download | vyos-documentation-e81e8e865dfac6bc4601aea0c424abe668d5e0c3.tar.gz vyos-documentation-e81e8e865dfac6bc4601aea0c424abe668d5e0c3.zip |
get links back working
Diffstat (limited to 'docs')
-rw-r--r-- | docs/vpn/dmvpn.rst | 5 | ||||
-rw-r--r-- | docs/vpn/l2tp_ipsec.rst | 8 |
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/vpn/dmvpn.rst b/docs/vpn/dmvpn.rst index 62ff9618..e5135727 100644 --- a/docs/vpn/dmvpn.rst +++ b/docs/vpn/dmvpn.rst @@ -408,3 +408,8 @@ SPOKE2 Example Configuration set protocols static route 192.168.1.0/24 next-hop 10.0.0.1 set protocols static route 192.168.2.0/24 next-hop 10.0.0.2 + + +.. _RFC2332: https://tools.ietf.org/html/rfc2332 +.. _RFC1702: https://tools.ietf.org/html/rfc1702 +.. _RFC4301: https://tools.ietf.org/html/rfc4301
\ No newline at end of file diff --git a/docs/vpn/l2tp_ipsec.rst b/docs/vpn/l2tp_ipsec.rst index 5d730ec0..6f80fe35 100644 --- a/docs/vpn/l2tp_ipsec.rst +++ b/docs/vpn/l2tp_ipsec.rst @@ -122,3 +122,11 @@ single source IP e.g. the loopback interface. Above command will use `3.3.3.3` as source IPv4 address for all RADIUS queries on this NAS. + + +.. _`Google Public DNS`: https://developers.google.com/speed/public-dns +.. _Quad9: https://quad9.net +.. _CloudFlare: https://blog.cloudflare.com/announcing-1111 +.. _RADIUS: https://en.wikipedia.org/wiki/RADIUS +.. _FreeRADIUS: https://freeradius.org +.. _`Network Policy Server`: https://en.wikipedia.org/wiki/Network_Policy_Server
\ No newline at end of file |