PACI
PACI
网易将httpdns.n.netease.com解析的ip由此前的`59.111.179.213`和`59.111.179.214`改为了`59.111.239.62`,如果遇到报错、无法连接,请将`/UnblockNeteaseMusic/src/app.js`的第71行,由`hosts['httpdns.n.netease.com'] = random(['59.111.179.213', '59.111.179.214'])`改为`hosts['httpdns.n.netease.com'] = random(['59.111.239.62', '59.111.239.62'])`
The original IP of _httpdns.n.netease.com_ **59.111.179.213** and **59.111.179.214** had expired, the new available IP is **59.111.239.62**.
/panel/task.py def siteEdate(): global oldEdate try: - if not oldEdate: - oldEdate = ReadFile('/www/server/panel/data/edate.pl') + oldEdate = ReadFile('/www/server/panel/data/edate.pl')
The codon uses `libpython.so` as the default python library. However, there is a path/name issue among Linux distributions. For example, Debian (11) uses specific name libpython3.9.so rather than libpython.so. Currently,...
### Checklist - [X] I have updated the version to the latest Release version - [X] I've read the documentation in detail and still can't solve it - [X] I...