From 3e10d0e6a435fcf9cf740e0aba8ad37a3866b687 Mon Sep 17 00:00:00 2001 From: heikoschmidt Date: Fri, 8 Mar 2024 19:30:06 +0100 Subject: [PATCH] add ip-masks --- src/examples/pac_unittests.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/examples/pac_unittests.yaml b/src/examples/pac_unittests.yaml index 64fe48f..17491ab 100644 --- a/src/examples/pac_unittests.yaml +++ b/src/examples/pac_unittests.yaml @@ -14,6 +14,10 @@ default: PROXY_A routings: - host: ".example.com" proxy: DIRECT + - hosts: + - "99.77.128.0/18" + - "127.0.0.0/24" + proxy: PROXY_A - hosts: - "example.org" - "foo.example.net"