diff options
author | Petr <30545094+pasabanov@users.noreply.github.com> | 2024-07-19 12:22:35 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-19 11:22:35 +0200 |
commit | 2a3f4dc8b400e078b7fd2ec0f802200dfece8c94 (patch) | |
tree | 40e2dedb2b85899e7c5e58b613fa8fef0be4fd05 /example/protos.txt | |
parent | be0b2c2d904efca17fa8f266ec48321268e64271 (diff) |
Performed some grammar and typo fixes (#2511)
Diffstat (limited to 'example/protos.txt')
-rw-r--r-- | example/protos.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/example/protos.txt b/example/protos.txt index 85d335830..810ea1911 100644 --- a/example/protos.txt +++ b/example/protos.txt @@ -31,17 +31,17 @@ host:"api-global.netflix.com"@Netflix # # NOTES -# 1) the port of a custom protocol is optional but if +# 1) The port of a custom protocol is optional but if # specified it must match the port. -# 2) you can specify up to 1 port per IP address -# 3) if you specify a custom ip:<IP>:<PORT> rule, +# 2) You can specify up to 1 port per IP address. +# 3) If you specify a custom ip:<IP>:<PORT> rule, # even if the <PORT> doesn't match the <IP> # (if best match during the search) will # have priority as best match. Example if # you specify a <Google IP>:<port 9999> and # in your traffic have match for such IP but # with a port other than 9999, the IP address -# begin a best match will hve preference over +# being the best match will have preference over # <Google IP> so this protocol will not be # detected as <L7 proto>.Google but only # as <L7 proto> |