大步大步的
See more
5. 根据第3步获取的信息,手动修改预置的项目name 对应节点名称,可以随便写type 不要动,保留为预设的ssserver 对应的是“节点地址”port 对应的是“端口”cipher 对应的加密方式,这里要用大写,比如云图网页上写的rc4-md5,你要改成RC4-MD5password 对应的是密码,注意引号不要删plugin 保留为obfs不要动mode 对应混淆,云图网页上写的http_post这里只要写httphost 对应混淆参数
If you want to modify a value, remember it has to be a pointer, and you have to dereference the pointer first. You use refPtrVal.Elem().Set(newRefVal) to make the change, and the value passed into Set() has to…