# BlockingExternalNetworks **Repository Path**: yata818/blocking-external-networks ## Basic Information - **Project Name**: BlockingExternalNetworks - **Description**: 如何通过openresty 限制国外Ip访问 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-07-27 - **Last Updated**: 2024-07-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # blocking-external-networks 首先 需要的依赖: ## libmaxminddb ```http request https://github.com/maxmind/libmaxminddb ``` ## maxmind-geoip ```http request https://github.com/Dreamacro/maxmind-geoip ``` # 一键安装 ```shell docker-compose up -d ```