diff options
Diffstat (limited to 'tests/configs/match-host-glob-list')
-rw-r--r-- | tests/configs/match-host-glob-list | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/configs/match-host-glob-list b/tests/configs/match-host-glob-list new file mode 100644 index 00000000..76796777 --- /dev/null +++ b/tests/configs/match-host-glob-list @@ -0,0 +1,10 @@ +Match host *ever + User matrim + +Match host somehost,someotherhost + User thom + +Match host goo*,!goof + User perrin + + |