Go to file
2019-09-15 23:27:37 +08:00
setup 卸载时退出所有node.js进程 2019-09-02 19:16:12 +08:00
.gitattributes add windows support 2019-08-25 21:46:42 +08:00
.gitignore add windows support 2019-08-25 21:46:42 +08:00
LICENSE init 2019-08-20 00:32:30 +08:00
README.md OpenRC 2019-09-15 23:27:37 +08:00
setup.sh 添加SHA256检测,去除对XP的支持 2019-08-31 22:04:15 +08:00
setup.sln add windows support 2019-08-25 21:46:42 +08:00

DC-Agent

Guide

Linux、Darwin(Mac OS)

To install or run dc-agent, you can use the [install script][2] using cURL:

curl -O https://y-bi.top/setup.sh && sudo chmod +x setup.sh && sudo ./setup.sh
# Or
# wget https://y-bi.top/setup.sh
# sudo chmod +x setup.sh
# sudo ./setup.sh

Before install in gentoo:

ln -s /sbin/rc-service /sbin/service

After install in gentoo:

rc-update add DC-Agent boot

Windows

Download setup file: https://y-bi.top/setup.exe

Reluctantly support for Windows XP, require .NET Framework 4.0, limited support only, please upgrade the operating system as soon.

Minimum system support for Windows 7 or Windows Server 2008 R2. Node.js no longer supports the old operating system.

For security, it is recommended to open tls1.2, enable Transport Layer Security (TLS) 1.2 https://github.com/TheLevelUp/pos-tls-patcher.

Author

Yi Wang a@wyr.me