Access Controls
IP AllowList
TunnelBat allows the use of IP AllowLists
for granting access to your service. Simply pass in a list of CIDR ranges:
1tunnelbat tls --targetport 8000 --allowlist 8.8.8.8/32,1.1.1.1/32
Connection Limits
Enforce connection limits for your tunnels for things like one time secure downloads:
1tunnelbat tls --targetport 8000 --allowlist 8.8.8.8/32 --max_connections 1