--ip or --aws-vpc must be provided. To remove restrictions use turso db config allow-rules clear.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
turso db config allow-rules set <database-name> [--ip <address-or-cidr>]... [--aws-vpc <vpce-id>]...
--ip or --aws-vpc must be provided. To remove restrictions use turso db config allow-rules clear.
| Flag | Description |
|---|---|
--ip | IP address or CIDR block to allow. Repeatable. Replaces the current IP list. |
--aws-vpc | AWS VPC endpoint ID (vpce-...) to allow. Repeatable. Replaces the current VPC list. |
turso db config allow-rules set my-db --ip 203.0.113.7
turso db config allow-rules set my-db --ip 10.0.0.0/8
turso db config allow-rules set my-db --ip 203.0.113.7 --ip 10.0.0.0/8
turso db config allow-rules set my-db --aws-vpc vpce-0fe6c8807461bba49
turso db config allow-rules set my-db \
--ip 10.0.0.0/8 \
--aws-vpc vpce-0fe6c8807461bba49
Was this page helpful?