diff options
author | george.vakras@gmail.com <george@Ubuntu-12.04> | 2015-06-17 14:14:19 +0200 |
---|---|---|
committer | george.vakras@gmail.com <george@Ubuntu-12.04> | 2015-06-17 14:14:19 +0200 |
commit | b16ff0a3dc817a12dc40ba9f89f5b1dff725a646 (patch) | |
tree | efa54021190e91bd1253369fe9a0f897173762dc | |
parent | 7391fe0c5e70fde73bf13a65d829069dfe2e30da (diff) |
Fix ip based protocol example in protos.txt
-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 019674b9c..de7dc1c40 100644 --- a/example/protos.txt +++ b/example/protos.txt @@ -16,7 +16,7 @@ host:"kataweb.it",host:"repubblica.it"@Repubblica # IP based Subprotocols # Format: -# ip:"<value>",ip:"<value>",.....@<subproto> +# ip:<value>,ip:<value>,.....@<subproto> ip:213.75.170.11@CustomProtocol |