Ventulus-lab
Ventulus-lab
@leitbogioro 我的问题跟@Docop2 一样 Traceback (most recent call last): File "/usr/local/SSR.Go/connectinfo.py", line 3, in import readjson, base64, os, json File "/usr/local/SSR.Go/readjson.py", line 4, in from ssrextra import byteify File "/usr/local/SSR.Go/ssrextra.py", line...
从记录中可以看到 Traceback (most recent call last): File "/usr/local/SSR.Go/changemethod.py", line 3, in from readjson import ConfMethod File "/usr/local/SSR.Go/readjson.py", line 4, in from ssrextra import byteify File "/usr/local/SSR.Go/ssrextra.py", line 3, in import...
所以解决方案: 修改/usr/local/SSR.Go/ssrextra.py文件 把开头 “import os, random, string, socket, urllib2, base64, qrcode, subprocess, ssl” 中的“qrcode,”给去掉 然后最后一段函数 def genQR_Code(ssr_url, path): qr = qrcode.QRCode(version=2, error_correction=qrcode.constants.ERROR_CORRECT_L, box_size=10, border=1) qr.add_data(ssr_url) qr.make(fit=True) img = qr.make_image() img.save(path)...
建议在安装脚本里把这个二维码功能作为可选项。。
另外,我个人推荐 加密使用none(auth_chain协议已自带rc4)或者chacha20-ietf (谷歌推荐的算法)或者aes系列(现在处理器有专门加速指令集) 协议使用auth_chain系列 主要是auth_akarin_spec_a支持的手机客户端太少了 混淆使用plain或者http_simpl 这个很重要,使用各种伪装混淆就是画蛇添足,反而引起怀疑和阻断。
Oh I see, they are generated in the mod folder when the game starts. Not uploaded to github src here. I'll translate them into Chinese later then, and then I...
[Remon.zip](https://github.com/romen-h/ONI-Mods/files/9580098/Remon.zip) I finished the translation. Sorry I don't know how to test it. It seems that there is only building's name,desc and effect, no mod's option strings.