mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-11 03:56:33 +03:00
Merge pull request #27 from opencollective/opencollective
Open Collective updates
This commit is contained in:
commit
a78a844d21
32
README.md
32
README.md
|
@ -6,6 +6,8 @@ If you __unstar__, please, [leave us a note](https://github.com/anticensorship-r
|
||||||
[oo1]: https://opencollective.com/anticensority
|
[oo1]: https://opencollective.com/anticensority
|
||||||
[![Backers](https://opencollective.com/anticensority/tiers/backer.svg?avatarHeight=100&width=600)][oo1]
|
[![Backers](https://opencollective.com/anticensority/tiers/backer.svg?avatarHeight=100&width=600)][oo1]
|
||||||
[![Поддержать][d1]][d2]
|
[![Поддержать][d1]][d2]
|
||||||
|
[![Backers on Open Collective](https://opencollective.com/anticensority/backers/badge.svg)](#backers)
|
||||||
|
[![Sponsors on Open Collective](https://opencollective.com/anticensority/sponsors/badge.svg)](#sponsors)
|
||||||
|
|
||||||
# Russian Anti-Censorship on PAC-Scripts
|
# Russian Anti-Censorship on PAC-Scripts
|
||||||
|
|
||||||
|
@ -38,3 +40,33 @@ I decided to write an anti-censorship extension for Chromium before they strike
|
||||||
2. On every request PAC script checks if host is blocked or if its IP is blocked.
|
2. On every request PAC script checks if host is blocked or if its IP is blocked.
|
||||||
3. If address is blocked PAC script returns proxy server to the browser, both Antizapret and Anticensority use Antizapret proxy servers.
|
3. If address is blocked PAC script returns proxy server to the browser, both Antizapret and Anticensority use Antizapret proxy servers.
|
||||||
4. PAC scripts on servers are updated periodically from https://github.com/zapret-info/z-i.
|
4. PAC scripts on servers are updated periodically from https://github.com/zapret-info/z-i.
|
||||||
|
|
||||||
|
## Contributors
|
||||||
|
|
||||||
|
This project exists thanks to all the people who contribute.
|
||||||
|
<a href="graphs/contributors"><img src="https://opencollective.com/anticensority/contributors.svg?width=890&button=false" /></a>
|
||||||
|
|
||||||
|
|
||||||
|
## Backers
|
||||||
|
|
||||||
|
Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/anticensority#backer)]
|
||||||
|
|
||||||
|
<a href="https://opencollective.com/anticensority#backers" target="_blank"><img src="https://opencollective.com/anticensority/backers.svg?width=890"></a>
|
||||||
|
|
||||||
|
|
||||||
|
## Sponsors
|
||||||
|
|
||||||
|
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/anticensority#sponsor)]
|
||||||
|
|
||||||
|
<a href="https://opencollective.com/anticensority/sponsor/0/website" target="_blank"><img src="https://opencollective.com/anticensority/sponsor/0/avatar.svg"></a>
|
||||||
|
<a href="https://opencollective.com/anticensority/sponsor/1/website" target="_blank"><img src="https://opencollective.com/anticensority/sponsor/1/avatar.svg"></a>
|
||||||
|
<a href="https://opencollective.com/anticensority/sponsor/2/website" target="_blank"><img src="https://opencollective.com/anticensority/sponsor/2/avatar.svg"></a>
|
||||||
|
<a href="https://opencollective.com/anticensority/sponsor/3/website" target="_blank"><img src="https://opencollective.com/anticensority/sponsor/3/avatar.svg"></a>
|
||||||
|
<a href="https://opencollective.com/anticensority/sponsor/4/website" target="_blank"><img src="https://opencollective.com/anticensority/sponsor/4/avatar.svg"></a>
|
||||||
|
<a href="https://opencollective.com/anticensority/sponsor/5/website" target="_blank"><img src="https://opencollective.com/anticensority/sponsor/5/avatar.svg"></a>
|
||||||
|
<a href="https://opencollective.com/anticensority/sponsor/6/website" target="_blank"><img src="https://opencollective.com/anticensority/sponsor/6/avatar.svg"></a>
|
||||||
|
<a href="https://opencollective.com/anticensority/sponsor/7/website" target="_blank"><img src="https://opencollective.com/anticensority/sponsor/7/avatar.svg"></a>
|
||||||
|
<a href="https://opencollective.com/anticensority/sponsor/8/website" target="_blank"><img src="https://opencollective.com/anticensority/sponsor/8/avatar.svg"></a>
|
||||||
|
<a href="https://opencollective.com/anticensority/sponsor/9/website" target="_blank"><img src="https://opencollective.com/anticensority/sponsor/9/avatar.svg"></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
16
package.json
16
package.json
|
@ -5,14 +5,22 @@
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"generate": "cd pac-generator && npm start",
|
"generate": "cd pac-generator && npm start",
|
||||||
"prestart": "npm run generate",
|
"prestart": "npm run generate",
|
||||||
"start": "npm run bench",
|
"start": "npm run bench",
|
||||||
"bench": "cd ./pac-performance-analyses/benchmark && dnx run ../../pac-generator/generated-PACs",
|
"bench": "cd ./pac-performance-analyses/benchmark && dnx run ../../pac-generator/generated-PACs",
|
||||||
"test": "rm -r pac-generator/generated-PACs"
|
"test": "rm -r pac-generator/generated-PACs",
|
||||||
|
"postinstall": "opencollective postinstall"
|
||||||
},
|
},
|
||||||
"author": "ilyaigpetrov",
|
"author": "ilyaigpetrov",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"http-server": "^0.8.5"
|
"http-server": "^0.8.5"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"opencollective": "^1.0.3"
|
||||||
|
},
|
||||||
|
"collective": {
|
||||||
|
"type": "opencollective",
|
||||||
|
"url": "https://opencollective.com/anticensority"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user