diff options
Diffstat (limited to 'tests/configs/match-final')
-rw-r--r-- | tests/configs/match-final | 11 |
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 |