You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use custom rules, I actually add my configuration to an acl file by looking at the background configuration file.
I hope I can specify an ACL download address and use my ACL configuration completely.
Currently I compile the kcptun plugin by myself, let the plugin download my ACL at startup, and save it as bypass-lan-china.acl.
After testing, shadowsocks-android will also load bypass-lan-china.acl run on next boot.
I think I can do a function to directly download the prepared ACL file. My GET request will bring the md5 of the acl file in the http header, and the server will not be updated until the server check is inconsistent.
The text was updated successfully, but these errors were encountered:
I use custom rules, I actually add my configuration to an acl file by looking at the background configuration file.
I hope I can specify an ACL download address and use my ACL configuration completely.
Currently I compile the kcptun plugin by myself, let the plugin download my ACL at startup, and save it as
bypass-lan-china.acl
.After testing,
shadowsocks-android
will also loadbypass-lan-china.acl
run on next boot.I think I can do a function to directly download the prepared ACL file. My GET request will bring the md5 of the acl file in the http header, and the server will not be updated until the server check is inconsistent.
The text was updated successfully, but these errors were encountered: