# github-release-fast-access **Repository Path**: zinface/github-release-fast-access ## Basic Information - **Project Name**: github-release-fast-access - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-02-08 - **Last Updated**: 2025-01-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Github Release Fast Access > 基于: https://gitee.com/zinface/github-fast-access > 可视化 DNS 解析工具: https://gitee.com/zinface/streamlit.dns-resolver > > 通过解析工具使用有效解析的 dns 来发现正确的 github 可用 ip,并确保其质量。 > 随后进行流量 DNAT 测试,或直接配置系统使用该 dns 解析。 - 原理 ```shell # 通过使用 iptables 进行 DNAT 操作将 "即将要访问错误ip的流量导向正确的ip" # 安装时: /etc/cron.hourly/github-release-dnat.sh || true # 卸载时: /etc/cron.hourly/github-release-dnat.sh clean || true ``` - 构建 ```shell # 直接构建 debian 安装包 make package # 将在 build 目录中产生一个 deb 文件 ```