Skip to content

ArchLinuxStudio/cors-anywhere-selfhost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cors-anywhere-selfhost

A https based cors anywhere selfhost code.

More infomation please read the origin project cors-anywhere README.

Usage

First apply for a certificate use acme.sh. It will generate several files, we only use YOUR.DOMAIN.com.key and fullchain.cer.

Second put the js file in your server.

Finally, run it.

nohup node cors-anywhere-selfhost.js &

Renew

Normally it will automatically renew. If there is no automatic renewal, use the following command:

~/.acme.sh/acme.sh --force --issue --dns dns_cf -d YOUR.DOMAIN.com

Ref:

  1. ss-libev 插件 v2ray-plugin 的安装使用

Releases

No releases published

Packages

No packages published