From 232fcb3d9ee79ffd814497128aa8d5023878fb3c Mon Sep 17 00:00:00 2001 From: Markus Koetter Date: Thu, 16 Sep 2021 19:53:24 +0200 Subject: config - implement Match final --- tests/configs/match-final | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/configs/match-final (limited to 'tests/configs') diff --git a/tests/configs/match-final b/tests/configs/match-final new file mode 100644 index 00000000..f03787da --- /dev/null +++ b/tests/configs/match-final @@ -0,0 +1,11 @@ +Host jump + HostName jump.example.orig + Port 1003 + +Host finally + HostName finally.example.org + Port 1001 + +Match final host "*.example.org" !host jump.example.org + ProxyJump jump + Port 1002 -- cgit v1.2.3