Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
netptop committed May 12, 2020
1 parent 4866259 commit 5b55faa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,13 @@ user browser +-------------->+ siteproxy +-------> wikipedia
}
2. systecmctl start nginx
3. npm install -g forever
4. cd siteproxy
4. git clone https://github.com/netptop/siteproxy.git; cd siteproxy
5. find your domain name from now cli, then replace serverName in 'config.js', like:
serverName: 'siteproxy.herokuapp.com' ====> 'siteproxy.your.domain.name'
6. change "blockedSites = ['www.youtube.com', 'm.youtube.com']" ====> "blockedSites = []" if you want to support youtube
7. forever start -c 'node --tls-min-v1.0' index.js
8. done
```
1. register one now.sh account from https://zeit.co/home
## Telegram群: @siteproxy
## email: [email protected]

Expand Down

0 comments on commit 5b55faa

Please sign in to comment.