Skip to content

Commit 9b5d6e3

Browse files
committed
Update README
1 parent 020c3be commit 9b5d6e3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ sshgate doesn't care about the username used for the jump hop. It doesn't care a
5656

5757
The default policy is to block all connections. The `rules` array describes what hosts and ports to allow forwarding to. If you just want to use sshgate for a bastion without firewalling you can run it with `--ruleless`, which disables firewall rules.
5858

59+
A host can be any of the following:
60+
61+
* Hostname (e.g. `github.com`, wildcards not supported)
62+
* IP address (e.g. `1.1.1.1`)
63+
* CIDR range (e.g. `192.168.1.1/24`)
64+
5965
If no ports are specified in a rule, port 22 is allowed by default.
6066

6167
### Identity

0 commit comments

Comments
 (0)