diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2023-10-29 11:26:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-29 11:26:35 +0100 |
commit | c711251578001920dee09f1dd1b36516bd15045c (patch) | |
tree | e51c38da3ef94e58af3250233d00dd3a0d322445 /example | |
parent | e8e4b9e8fff7a71e2770ff5a38e92506b508c72f (diff) |
IPv6: add support for custom rules (#2120)
Diffstat (limited to 'example')
-rw-r--r-- | example/protos.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/example/protos.txt b/example/protos.txt index 9c4425413..cb8ec6044 100644 --- a/example/protos.txt +++ b/example/protos.txt @@ -27,6 +27,7 @@ host:"api-global.netflix.com"@Netflix # IP based Subprotocols # Format: # ip:<value>,ip:<value>,.....@<subproto> +# ipv6:[<value>],ipv6:[<value>],.....@<subproto> # # NOTES @@ -54,6 +55,12 @@ ip:3.3.3.3:443@CustomProtocolA ip:3.3.3.3:444@CustomProtocolB ip:3.3.3.3:446@CustomProtocolC=400 +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 + # # Risk Exceptions # |