Skip to content

Commit

Permalink
Update to v2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Wasteland Ranger committed Feb 21, 2022
1 parent 4697b7f commit b7fd7d1
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 10 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# 更新日志

## [2.1.x] - 2021-11-08
## [2.1] - 2021-11-08

### 新增

- 大量常见网站广告域名,由 [`geosite:category-ads-all`](https://github.com/v2fly/domain-list-community) 提供。
- KMSpico 弹窗广告网页域名。
- 部分视频网站广告域名。
- 部分跟踪器域名。

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright 2012-2021 Francis Zhao <[email protected]>
Copyright 2012-2022 Francis Zhao and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
16 changes: 10 additions & 6 deletions dist/hosts
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# hosts v2.1.3
# hosts v2.1.4
# https://n2o.io/go?page=quarklist
#
# Copyright 2021 Francis Zhao <[email protected]>
# Copyright 2022 Francis Zhao and contributors
# Released under the MIT license
# https://github.com/francis-zhao/quarklist/blob/master/LICENSE
#
# Date: 2021-11-09T00:00+07:00
# Date: 2022-02-21T14:00+07:00
#

# `localhost` name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost
# localhost
# 127.0.0.1 localhost
# 255.255.255.255 broadcasthost
# ::1 localhost
# fe80::1%lo0 localhost

# ------------ Advertisers Blocking 广告商拦截 ------------ #

Expand Down Expand Up @@ -686,6 +688,8 @@
0.0.0.0 down.360safe.com
0.0.0.0 www.360safe.com
0.0.0.0 www.duba.com
0.0.0.0 horux.cz
0.0.0.0 lktoday.ru
0.0.0.0 hao.rising.cn
0.0.0.0 home.xl9.xunlei.com
0.0.0.0 misc.xl9.xunlei.com
Expand Down
6 changes: 4 additions & 2 deletions dist/quarklist.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Adblock Plus 3.0]
! Title: QuarkList
! Version: 2.1.3
! Last modified: 2021-11-10T20:00+07:00
! Version: 2.1.4
! Last modified: 2022-02-21T14:00+07:00
! Expires: 2 days (update frequency)
! Homepage: https://n2o.io/go?page=quarklist
! License: https://github.com/francis-zhao/quarklist/blob/master/LICENSE
Expand Down Expand Up @@ -702,6 +702,8 @@ jiemian.com##.jm-app
||360safe.com
||360totalsecurity.com
||haosou.com
||horux.cz
||lktoday.ru
||qhimg.com,domain=~so.com
||qihu.com
||qihucdn.com
Expand Down
41 changes: 41 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"name": "quarklist",
"version": "2.1.3",
"homepage": "https://n2o.io/go?page=quarklist",
"license": "MIT",
"author": "Francis Zhao <[email protected]>",
"repository": "github:francis-zhao/quarklist",
"scripts": {
"prettier": "prettier --write ."
},
"devDependencies": {
"prettier": "^2.5.1"
},
"prettier": {
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"trailingComma": "all",
"endOfLine": "lf",
"overrides": [
{
"files": [
"*.md",
"*.markdown"
],
"options": {
"singleQuote": false
}
},
{
"files": [
"*.py"
],
"options": {
"tabWidth": 4
}
}
]
}
}

0 comments on commit b7fd7d1

Please sign in to comment.