diff options
Diffstat (limited to 'example/protos.txt')
-rw-r--r-- | example/protos.txt | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/example/protos.txt b/example/protos.txt index d8cde5022..3020cc094 100644 --- a/example/protos.txt +++ b/example/protos.txt @@ -50,15 +50,18 @@ ip:213.75.170.11/32:443@CustomProtocol ip:8.248.73.247:443@AmazonPrime ip:54.80.47.130@AmazonPrime +#You can specify a protocol Id. In that case you probably want to avoid conflict with internal ids. +#You can use any number up to 65535 + ip:3.3.3.3:443@CustomProtocolA ip:3.3.3.3:444@CustomProtocolB -ip:3.3.3.3:446@CustomProtocolC=400 +ip:3.3.3.3:446@CustomProtocolC=800 -ipv6:[3ffe:507:0:1:200:86ff:fe05:80da]@CustomProtocolD -ipv6:[247f:855b:5e16:3caf::]/64:100@CustomProtocolE -ipv6:[247f:855b:5e16:3caf::]/64@CustomProtocolF -ipv6:[fe80::76ac:b9ff:fe6c:c124]:12717@CustomProtocolG -ipv6:[fe80::76ac:b9ff:fe6c:c124]:12718@CustomProtocolH +ipv6:[3ffe:507:0:1:200:86ff:fe05:80da]@CustomProtocolD=1024 +ipv6:[247f:855b:5e16:3caf::]/64:100@CustomProtocolE=2048 +ipv6:[247f:855b:5e16:3caf::]/64@CustomProtocolF=2049 +ipv6:[fe80::76ac:b9ff:fe6c:c124]:12717@CustomProtocolG=2050 +ipv6:[fe80::76ac:b9ff:fe6c:c124]:12718@CustomProtocolH=65535 # # You can use symbolic IP addreses if you want |