diff options
author | george.vakras@gmail.com <george@Ubuntu-12.04> | 2015-06-15 09:50:13 +0200 |
---|---|---|
committer | george.vakras@gmail.com <george@Ubuntu-12.04> | 2015-06-15 09:50:13 +0200 |
commit | 7391fe0c5e70fde73bf13a65d829069dfe2e30da (patch) | |
tree | a0a6a6a5a4b6e68f7fcdc36f9a2851ee1f85d2bc /example | |
parent | 12f89fff49f7d650706758765401ef56ccee896f (diff) |
Allow loading host IP based protocols from protos.txt
Diffstat (limited to 'example')
-rw-r--r-- | example/protos.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/example/protos.txt b/example/protos.txt index 722399da9..019674b9c 100644 --- a/example/protos.txt +++ b/example/protos.txt @@ -14,5 +14,11 @@ host:"googlesyndacation.com"@Google host:"venere.com"@Venere host:"kataweb.it",host:"repubblica.it"@Repubblica +# IP based Subprotocols +# Format: +# ip:"<value>",ip:"<value>",.....@<subproto> + +ip:213.75.170.11@CustomProtocol + |