Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

GeoSite / GeoIP split-tunneling

オープン
#642 コメント 1 件 リアクション 10 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
30/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
停滞

調査の方向性

Issue には、ファイル、テスト、実装のエントリーポイントが特定されていません。まず Android のルーティング範囲と、サポートする GeoIP/GeoSite ルールソースを明確にしてください。完了時には、説明されているとおり、国またはカテゴリに基づくルールによって、トラフィックを直接、VPN 経由、またはブロックするようにします。

索引モデルが issue の本文から書いたものです。

説明

Feature request Priority: P4 TechAudit Voting
Issue Details

AdGuard VPN does not have simple and quick settings for selective routing (split-tunneling) by country or domain category: one rule cannot exclude such traffic from a VPN or, conversely, direct it through a VPN. This is important in situations, when the VPN is turned on, the national websites of the country where the user is located stop opening (downloading).

Proposed solution

Many modern VPN clients have "country-based" traffic routing (split-tunneling): for each connection, the client decides according to the rules whether to send traffic via VPN /proxy, directly (direct) or block (block).

The country is not "guessed". The client maps the destination address (IP and/or domain) to a set of rules that are stored locally or downloaded:

  • GeoIP (geoip.dat / rule-set) — lists of IP ranges (CIDR) grouped by country (RU/CN/US, etc.), sometimes also by ASN, provider, or category.
  • GeoSite (geosite.dat / rule-set) — lists of domains grouped by geography or by services/categories (for example, geolocation-ru, google, ads). The "geosite as domain lists for routing" approach has historically been associated with the Project V domain-list-community.

Example: in Direct mode, you can exclude websites from a certain country from the tunnel using rules like geosite:category-gov-ru and geosite:category-ru.

Alternative solution

No response

主要言語
言語のデータがありません
スター
242
フォーク
25
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

AdguardTeam/AdGuardVPNForAndroid のほかの issue

AdguardTeam/AdGuardVPNForAndroid の issue をすべて見る

似ている issue

Mobile Dev の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。