diff options
Diffstat (limited to 'tests/configs/match-user')
-rw-r--r-- | tests/configs/match-user | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/configs/match-user b/tests/configs/match-user new file mode 100644 index 00000000..14d6ac12 --- /dev/null +++ b/tests/configs/match-user @@ -0,0 +1,14 @@ +Match user gandalf + HostName gondor + +Match user b* + HostName shire + +Match user aragorn,frodo + HostName moria + +Match user gimli,!legolas + Port 7373 + +Match !user sauron + HostName mordor |