Skip to content

Commit

Permalink
added AGPLv3 license annotation to qv2ray-client.son
Browse files Browse the repository at this point in the history
  • Loading branch information
SonyaCore committed May 11, 2023
1 parent f48e646 commit 983f60e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/geodata.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ def load_ads() -> Iterable[str]:

def qv2rayrouting(cidr: list, ads: list):
schema = {
"License": "https://www.gnu.org/licenses/gpl-3.0.en.html",
"ADSlicense": "AGPLv3",
"description": "List of Iranian IP's",
"domainStrategy": "IPIfNonMatch",
"domains": {"direct": ["regexp:^.+\.ir$"], "block": ["geosite:category-ads-all"] + list(ads)},
Expand Down

0 comments on commit 983f60e

Please sign in to comment.