From c711251578001920dee09f1dd1b36516bd15045c Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Sun, 29 Oct 2023 11:26:35 +0100 Subject: IPv6: add support for custom rules (#2120) --- example/protos.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'example') 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:,ip:,.....@ +# ipv6:[],ipv6:[],.....@ # # 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 # -- cgit v1.2.3