Fix url validate issues

Fix check ip performance problem

Optimize resources page
This commit is contained in:
chen08209
2024-07-07 10:02:10 +08:00
parent 5c3a0c576d
commit b20d9edec2
34 changed files with 1068 additions and 990 deletions

View File

@@ -47,10 +47,6 @@ class FlClashVpnService : VpnService() {
"192.168.*"
)
override fun onStartCommand(intent: Intent?, flags: Int, startId: Int): Int {
return START_STICKY
}
fun start(port: Int, props: Props?) {
fd = with(Builder()) {
addAddress("172.16.0.1", 30)