Skip to content

Instantly share code, notes, and snippets.

View zhuifengshen's full-sized avatar
:octocat:
玩悟尚志!

Devin zhuifengshen

:octocat:
玩悟尚志!
  • YouMi
  • Guangzhou
View GitHub Profile
@zhuifengshen
zhuifengshen / ACL4SSR-Helps.md
Created January 13, 2023 03:17 — forked from Teraflopst/ACL4SSR-Helps.md
本文主要是教你怎么定制一下自己的ACL或者clash规则。

1. 前言

本文主要是教你怎么定制一下自己的ACL或者clash规则。

前面稍微科普一下去广告的分类、不作为重点。

本文不能顾及全网的规则,仅做一般普及,需要有点基础,非小白科普文章

buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.4'
}
}
apply plugin: 'android'
#!/bin/bash
#Modify this with your IP range
MY_IP_RANGE="192\.168\.1"
#You usually wouldn't have to modify this
PORT_BASE=5555
#List the devices on the screen for your viewing pleasure
adb devices