> ## Documentation Index
> Fetch the complete documentation index at: https://docs.turso.tech/llms.txt
> Use this file to discover all available pages before exploring further.

# db config allow-rules show

Print the access allow rules for a database.

```bash theme={null}
turso db config allow-rules show <database-name>
```

When no rules are configured, all connections are accepted and the command reports:

```
Access allow rules are empty: connections from any source are accepted
```

When rules are set, each list is printed:

```
Allowed IPs:
  203.0.113.7
  10.0.0.0/8
Allowed AWS VPC endpoint IDs:
  vpce-0fe6c8807461bba49
```
