From 11db87f1e6069fa95dbc210db932bb169ae3ac97 Mon Sep 17 00:00:00 2001
From: 2dust <31833384+2dust@users.noreply.github.com>
Date: Sun, 15 Dec 2024 14:27:00 +0800
Subject: [PATCH] Remove unused resources
---
.../ServiceLib/Sample/custom_routing_locked | 21 --------------
v2rayN/ServiceLib/Sample/custom_routing_rules | 29 -------------------
v2rayN/ServiceLib/ServiceLib.csproj | 2 --
3 files changed, 52 deletions(-)
delete mode 100644 v2rayN/ServiceLib/Sample/custom_routing_locked
delete mode 100644 v2rayN/ServiceLib/Sample/custom_routing_rules
diff --git a/v2rayN/ServiceLib/Sample/custom_routing_locked b/v2rayN/ServiceLib/Sample/custom_routing_locked
deleted file mode 100644
index 018ee608..00000000
--- a/v2rayN/ServiceLib/Sample/custom_routing_locked
+++ /dev/null
@@ -1,21 +0,0 @@
-[
- {
- "domain": [
- "geosite:google"
- ],
- "outboundTag": "proxy"
- },
- {
- "outboundTag": "direct",
- "domain": [
- "domain:example-example.com",
- "domain:example-example2.com"
- ]
- },
- {
- "outboundTag": "block",
- "domain": [
- "geosite:category-ads-all"
- ]
- }
-]
\ No newline at end of file
diff --git a/v2rayN/ServiceLib/Sample/custom_routing_rules b/v2rayN/ServiceLib/Sample/custom_routing_rules
deleted file mode 100644
index 4643ded2..00000000
--- a/v2rayN/ServiceLib/Sample/custom_routing_rules
+++ /dev/null
@@ -1,29 +0,0 @@
-[
- {
- "remarks": "block",
- "outboundTag": "block",
- "domain": [
- "geosite:category-ads-all"
- ]
- },
- {
- "remarks": "direct",
- "outboundTag": "direct",
- "domain": [
- "geosite:cn"
- ]
- },
- {
- "remarks": "direct",
- "outboundTag": "direct",
- "ip": [
- "geoip:private",
- "geoip:cn"
- ]
- },
- {
- "remarks": "proxy",
- "port": "0-65535",
- "outboundTag": "proxy"
- }
-]
\ No newline at end of file
diff --git a/v2rayN/ServiceLib/ServiceLib.csproj b/v2rayN/ServiceLib/ServiceLib.csproj
index ffafd99d..a0e4fd48 100644
--- a/v2rayN/ServiceLib/ServiceLib.csproj
+++ b/v2rayN/ServiceLib/ServiceLib.csproj
@@ -28,8 +28,6 @@
-
-