Skip to content

gitiy1/hideipnetwork-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hideipnetwork Server

hideipnetwork was developed to evade censorship on the web

Demohttps://hideip.network


Quickstart | 中文教程

  • Need install Node.js 16+
git clone https://github.com/Hideipnetwork/hideipnetwork-web.git

cd hideipnetwork-web

npm i && npm run start

Besides that, you have to deploy api(if you need set password) hidwipnetwork-admin !!!

Nginx configuration

location / {
  proxy_busy_buffers_size  512k;
  proxy_buffers  4 512k;
  proxy_buffer_size  256k;
  proxy_pass http://localhost:3000;
  proxy_http_version 1.1;
  proxy_set_header Upgrade $http_upgrade;
  proxy_set_header Connection 'Upgrade';
  proxy_set_header X-Real-IP $remote_addr;
  proxy_set_header X-Forwarded-Host $host:$server_port;
  proxy_set_header X-Forwarded-Server $host;
  proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
  proxy_set_header Host $host;
}

Donate(TRC20)

TQVFVa7Hmbycp1q3r3tUdTL9NzAR1XAy9E

contact

TG:@hidwipnetwork

About

Based on Node.js + services wokers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 49.0%
  • HTML 36.4%
  • JavaScript 14.6%