summaryrefslogtreecommitdiffstats
path: root/tests/configs/match-final
diff options
context:
space:
mode:
Diffstat (limited to 'tests/configs/match-final')
-rw-r--r--tests/configs/match-final14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/configs/match-final b/tests/configs/match-final
new file mode 100644
index 0000000..21e927f
--- /dev/null
+++ b/tests/configs/match-final
@@ -0,0 +1,14 @@
+Host jump
+ HostName jump.example.org
+ Port 1003
+
+Host finally
+ HostName finally.example.org
+ Port 1001
+
+Host default-port
+ HostName default-port.example.org
+
+Match final host "*.example.org" !host jump.example.org
+ ProxyJump jump
+ Port 1002