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 @@
-
-