Skip to content

Commit

Permalink
更新 README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EtherDream committed Jul 10, 2019
1 parent 2a6d219 commit d90eddc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,14 @@ iptables -A PREROUTING -t nat -p tcp --dport 80 -j REDIRECT --to-ports 8080

例如演示站点的前端部署于 GitHub Pages 服务,从而可使用个性域名(*.github.io),还能减少一定的流量开销。

Fork 本项目,进入 `gh-pages` 分支(该分支内容和 `www` 目录相同),编辑 `conf.js` 文件:
Fork 本项目,进入 `gh-pages` 分支(该分支内容和 `www` 目录相同),编辑 `conf.js` 文件:

* 节点列表(`node_map` 字段,包括节点 id 和节点主机)

* 默认节点(`node_default` 字段,指定节点 id)

访问 `https://用户名.github.io/jsproxy` 预览。

GitHub 支持[自定义域名](https://help.github.com/en/articles/using-a-custom-domain-with-github-pages)


# 维护

Expand Down

0 comments on commit d90eddc

Please sign in to comment.