diff options
author | Robert Göhler <github@ghlr.de> | 2022-07-28 19:23:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-28 19:23:01 +0200 |
commit | 6bf40472e910f1fa8cf4b53e403a44a3c6541214 (patch) | |
tree | a4859bdd508ecca2f471cbbc37680c333a2eba46 /docs | |
parent | 75752d5a75ed307f68b783ca24e367d3ee6d7dce (diff) | |
parent | 67c44b88a80b3176ac8b99b5cf11e267f8c8d7e7 (diff) | |
download | vyos-documentation-6bf40472e910f1fa8cf4b53e403a44a3c6541214.tar.gz vyos-documentation-6bf40472e910f1fa8cf4b53e403a44a3c6541214.zip |
Merge pull request #823 from pjsawicki/patch-1
Fixing a typo in zone-policy.rst.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configexamples/zone-policy.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configexamples/zone-policy.rst b/docs/configexamples/zone-policy.rst index cf11a01e..7d512797 100644 --- a/docs/configexamples/zone-policy.rst +++ b/docs/configexamples/zone-policy.rst @@ -25,7 +25,7 @@ adapted for however many NICs you have**: * Internet - 192.168.200.100 - TCP/443 * Internet - 192.168.200.100 - TCP/25 * Internet - 192.168.200.100 - TCP/53 -* VyOS actis as DHCP, DNS forwarder, NAT, router and firewall. +* VyOS acts as DHCP, DNS forwarder, NAT, router and firewall. * 192.168.200.200/2001:0DB8:0:BBBB::200 is an internal/external DNS, web and mail (SMTP/IMAP) server. * 192.168.100.10/2001:0DB8:0:AAAA::10 is the administrator's console. It |