diff options
author | morefigs <morefigs@gmail.com> | 2021-01-21 18:58:42 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-21 08:58:42 +0100 |
commit | 53415c8855f4f0a78c9cfa07a89b572a76327415 (patch) | |
tree | 010c059c9dfb6275624c3d816a3397f93814e777 | |
parent | 3e5e9569ff6454e11a09d4cbb88efa778508ed05 (diff) |
Added missing comma (#1116)
I presume there is a comma missing in this comma separated list.
-rw-r--r-- | example/protos.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/protos.txt b/example/protos.txt index b472d27f9..d82860631 100644 --- a/example/protos.txt +++ b/example/protos.txt @@ -10,7 +10,7 @@ tcp:3000@ntop # Format: # host:"<value>",host:"<value>",.....@<subproto> -host:"disneyplus.com"host:"cdn.registerdisney.go.com",host:"disney-portal.my.onetrust.com",host:"disneyplus.bn5x.net",host:"disney-plus.net"@DisneyPlus +host:"disneyplus.com",host:"cdn.registerdisney.go.com",host:"disney-portal.my.onetrust.com",host:"disneyplus.bn5x.net",host:"disney-plus.net"@DisneyPlus host:"*.lvlt.dash.us.aiv-cdn.net.c.footprint.net"@AmazonVideo host:"api-global.netflix.com"@Netflix # IP based Subprotocols |