├── .gitignore ├── Generate-subscription.py ├── LICENSE ├── README.md ├── Serverless-dynx.jsonc ├── Serverless-local.jsonc ├── Serverless.jsonc └── Subscription └── Serverless-for-Iran.json /.gitignore: -------------------------------------------------------------------------------- 1 | .idea/ -------------------------------------------------------------------------------- /Generate-subscription.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patterniha/Serverless-for-Iran/HEAD/Generate-subscription.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patterniha/Serverless-for-Iran/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patterniha/Serverless-for-Iran/HEAD/README.md -------------------------------------------------------------------------------- /Serverless-dynx.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patterniha/Serverless-for-Iran/HEAD/Serverless-dynx.jsonc -------------------------------------------------------------------------------- /Serverless-local.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patterniha/Serverless-for-Iran/HEAD/Serverless-local.jsonc -------------------------------------------------------------------------------- /Serverless.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patterniha/Serverless-for-Iran/HEAD/Serverless.jsonc -------------------------------------------------------------------------------- /Subscription/Serverless-for-Iran.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patterniha/Serverless-for-Iran/HEAD/Subscription/Serverless-for-Iran.json --------------------------------------------------------------------------------