https://github.com/sonyacore/naive-deploy
Deploy Naïveproxy on docker in the fastest time
https://github.com/sonyacore/naive-deploy
censorship naiveproxy shellscript
Last synced: 6 months ago
JSON representation
Deploy Naïveproxy on docker in the fastest time
- Host: GitHub
- URL: https://github.com/sonyacore/naive-deploy
- Owner: SonyaCore
- License: gpl-3.0
- Created: 2023-01-02T09:14:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-02T09:52:39.000Z (almost 3 years ago)
- Last Synced: 2025-03-28T18:51:58.698Z (7 months ago)
- Topics: censorship, naiveproxy, shellscript
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 16
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Naïve-deploy ![shell]
Deploy Naïveproxy on docker in the fastest time
> NaïveProxy uses Chromium's network stack to camouflage traffic with strong censorship resistance and low detectability. Reusing Chrome's stack also ensures best practices in performance and security.
## Installation
Naïve requires a domain and can't be used with CDN
For Deploying Naïveproxy you must pass your `Domain` and `Authentication name`(optional)```bash
curl https://raw.githubusercontent.com/SonyaCore/Naive-deploy/main/naive.sh | bash -s test.doman.com
```Setting NAME for Naïve authentication
```bash
curl https://raw.githubusercontent.com/SonyaCore/Naive-deploy/main/naive.sh | bash -s test.doman.com NAME
```> If you don't pass the authentication name the default will be `Naive`
After that, you can use the generated link to connect with your client or use the CLIENT config file with naive client binary
ex:
```bash
./naive -c config.json
```[shell]: https://img.shields.io/badge/Shellscript-green
[license]: LICENSE