https://github.com/kallydev/shutup
用于规避基于关键词的文本内容审查的网站。
https://github.com/kallydev/shutup
censorship freedom
Last synced: 11 months ago
JSON representation
用于规避基于关键词的文本内容审查的网站。
- Host: GitHub
- URL: https://github.com/kallydev/shutup
- Owner: kallydev
- License: mit
- Created: 2020-08-23T08:41:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-28T12:03:20.000Z (about 5 years ago)
- Last Synced: 2025-01-17T11:29:54.425Z (about 1 year ago)
- Topics: censorship, freedom
- Language: HTML
- Homepage: https://shutup.kallydev.com
- Size: 117 KB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shut up
[](LICENSE)
[](https://github.com/kallydev/shutup/commits/master)

[](https://hub.docker.com/r/kallydev/shutup)
Used to avoid keyword-based text content review.
## Screenshot

## How to use
### 1. Install Docker
```bash
curl -sSL https://get.docker.com/ | sh
```
### 2. Run image
```bash
docker run \
-v /cert.pem:/root/shutup/ssl/cert.pem \
-v /key.pem:/root/shutup/ssl/key.pem \
-p 443:443 \
kallydev/shutup:latest
```
## License
Licensed under the [MIT](LICENSE).