We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa02660 commit 97ddf47Copy full SHA for 97ddf47
1 file changed
restrictions.yaml
@@ -59,6 +59,7 @@ restrictions:
59
cidr:
60
- 0.0.0.0/0
61
- ::/0
62
+ unix_path: "^.*$"
63
64
---
65
# Examples
@@ -116,3 +117,12 @@ restrictions:
116
117
match:
118
- !Any
119
allow: []
120
+---
121
+restrictions:
122
+ - name: "example 6"
123
+ description: "Allow reverse tunnel for Unix socket on /tmp/xxxx "
124
+ match:
125
+ - !Any
126
+ allow:
127
+ - !ReverseTunnel
128
+ unix_path: "^/tmp/"
0 commit comments