Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
EtherDream committed Jun 18, 2019
1 parent 368ee05 commit 2b10cb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions allowed-sites.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ http://localhost:8080 'lo';
https://jsproxy.tk 'js-tk';
https://jsproxy-test.tk 'test.tk';
https://jsproxy.ga 'js-ga';
https://jsproxy.cf 'js-cf';

# 接口和网站同源,这种情况下 origin 为空
'' 'mysite';
Expand Down
5 changes: 3 additions & 2 deletions upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ HOST=etherdream.com
NODE=(
aliyun-hk-0
# aliyun-hk-1
# aliyun-hk-3
# aliyun-sg
aliyun-hk-2
aliyun-hk-3
aliyun-sg
)
for v in ${NODE[@]}; do
echo "$v upload ..."
Expand Down

0 comments on commit 2b10cb3

Please sign in to comment.