summaryrefslogtreecommitdiffhomepage
path: root/tests/configs
diff options
context:
space:
mode:
authorMarkus Koetter <koetter@cispa.de>2021-09-16 19:53:24 +0200
committerMarkus Kötter <koetter@cispa.de>2023-06-29 17:14:17 +0200
commit232fcb3d9ee79ffd814497128aa8d5023878fb3c (patch)
tree05ba794efd98cd4e516c19cc7171e9b38b094491 /tests/configs
parent3e24032af1cafe89a55e7af01fe961816016ad71 (diff)
config - implement Match final
Diffstat (limited to 'tests/configs')
-rw-r--r--tests/configs/match-final11
1 files changed, 11 insertions, 0 deletions
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