Skip to content

Commit

Permalink
feat: add Russian IPs
Browse files Browse the repository at this point in the history
  • Loading branch information
kyochikuto committed Jan 19, 2024
1 parent c4eee34 commit af2ce12
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data/community/v2ray/geoip/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@
"uri": "../build/geoip_cn.txt"
}
},
{
"type": "text",
"action": "add",
"args": {
"name": "ru",
"uri": "../build/geoip_ru.txt"
}
},
{
"type": "text",
"action": "add",
Expand Down
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def main():
aggregated_ipv6_df = pd.DataFrame(columns=["Network", "Tag"])
geo_networks = [
{"name": "China", "tag": "CN"},
{"name": "Russia", "tag": "RU"},
{"name": "Iran", "tag": "IR"},
]

Expand Down

0 comments on commit af2ce12

Please sign in to comment.