diff --git a/lib/sambashare.template.txt b/lib/sambashare.template.txt new file mode 100644 index 0000000..ddbc51b --- /dev/null +++ b/lib/sambashare.template.txt @@ -0,0 +1 @@ +user:pass@192.168.1.1/share Samba分享 0 updated_at DESC diff --git a/lib/sing-box.tar.xz b/lib/sing-box.tar.xz new file mode 100644 index 0000000..0d77f14 Binary files /dev/null and b/lib/sing-box.tar.xz differ diff --git a/lib/sing-box.tar.xz.md5 b/lib/sing-box.tar.xz.md5 new file mode 100644 index 0000000..6c5c0a8 --- /dev/null +++ b/lib/sing-box.tar.xz.md5 @@ -0,0 +1 @@ +42df056144fa4e08ea39b624be4cd477 diff --git a/lib/singbox.json b/lib/singbox.json new file mode 100644 index 0000000..f1598bd --- /dev/null +++ b/lib/singbox.json @@ -0,0 +1,200 @@ +{ + "log": { + "level": "debug", + "timestamp": true + }, + "dns": { + "servers": [ + { + "tag": "remote", + "address": "https://8.8.8.8/dns-query", + "strategy": "prefer_ipv4", + "detour": "select" + }, + { + "tag": "local", + "address": "https://223.5.5.5/dns-query", + "strategy": "prefer_ipv4", + "detour": "direct" + }, + { + "tag": "block", + "address": "rcode://success" + }, + { + "tag": "fakeip", + "address": "fakeip" + } + ], + "rules": [ + { + "outbound": ["any"], + "server": "local" + }, + { + "clash_mode": "Global", + "server": "remote" + }, + { + "clash_mode": "Direct", + "server": "local" + } + ], + "fakeip": { + "enabled": true, + "inet4_range": "198.18.0.0/15", + "inet6_range": "fc00::/18" + }, + "strategy": "prefer_ipv4", + "independent_cache": true, + "reverse_mapping": true + }, + "inbounds": [ + { + "type": "mixed", + "tag": "mixed-in", + "listen": "0.0.0.0", + "listen_port": 10172, + "tcp_fast_open":true, + "sniff": false, + "sniff_override_destination": false, + "domain_strategy": "prefer_ipv4", + "set_system_proxy": false + }, + { + "type": "socks", + "tag": "socks-in", + "listen": "0.0.0.0", + "listen_port": 10173, + "tcp_fast_open":true, + "sniff": false, + "sniff_override_destination": false, + "domain_strategy": "prefer_ipv4" + }, + { + "type": "mixed", + "tag": "mixed-in2", + "listen": "0.0.0.0", + "listen_port": 10174, + "tcp_fast_open":true, + "sniff": false, + "sniff_override_destination": false, + "domain_strategy": "prefer_ipv4", + "set_system_proxy": false + }, + { + "type": "mixed", + "tag": "mixed-in3", + "listen": "0.0.0.0", + "listen_port": 10175, + "tcp_fast_open":true, + "sniff": false, + "sniff_override_destination": false, + "domain_strategy": "prefer_ipv4", + "set_system_proxy": false + } + ], + "outbounds": [ + { + "type": "selector", + "tag": "select", + "outbounds": [ + "urltest" + ], + "default": "urltest" + }, + { + "type": "urltest", + "tag": "urltest", + "interval": "30m", + "idle_timeout": "60m", + "interrupt_exist_connections": false, + "outbounds": null + }, + { + "type": "direct", + "tag": "direct" + }, + { + "type": "block", + "tag": "block" + }, + { + "type": "dns", + "tag": "dns-out" + } + ], + "route": { + "rules": [ + { + "type": "logical", + "mode": "or", + "rules": [ + { + "protocol": "dns" + }, + { + "port": 53 + } + ], + "outbound": "dns-out" + }, + { + "ip_is_private": true, + "outbound": "direct" + }, + { + "inbound":[ + "mixed-in2" + ], + "outbound":"select2" + }, + { + "inbound":[ + "mixed-in3" + ], + "outbound":"select3" + }, + { + "clash_mode": "Direct", + "outbound": "direct" + }, + { + "clash_mode": "Global", + "outbound": "select" + }, + { + "type": "logical", + "mode": "or", + "rules": [ + { + "port": 853 + }, + { + "network": "udp", + "port": 443 + }, + { + "protocol": "stun" + } + ], + "outbound": "block" + } + ], + "auto_detect_interface": false + }, + "experimental": { + "cache_file": { + "enabled": true, + "store_rdrc": true + }, + "clash_api": { + "external_controller": "0.0.0.0:19090", + "external_ui": "ui", + "external_ui_download_url": "https://github.com/MetaCubeX/metacubexd/archive/refs/heads/gh-pages.zip", + "external_ui_download_detour": "select", + "default_mode": "Rule" + } + } +} + diff --git a/lib/tgsearch.json b/lib/tgsearch.json new file mode 100644 index 0000000..5e8bc8d --- /dev/null +++ b/lib/tgsearch.json @@ -0,0 +1,47 @@ +{ + "recommend":"名称", + "class":[ + { + "type_id":"名称", + "type_name":"名称" + }, + { + "type_id":"片名", + "type_name":"片名" + }, + { + "type_id":"115.com", + "type_name":"115" + }, + { + "type_id":"ali", + "type_name":"阿里" + }, + { + "type_id":"quark", + "type_name":"夸克" + }, + { + "type_id":"uc.cn", + "type_name":"UC" + }, + { + "type_id":"pikpak", + "type_name":"PikPak" + }, + { + "type_id":"xunlei", + "type_name":"迅雷" + }, + { + "type_id":"mp4", + "type_name":"MP4" + }, + { + "type_id":"LIST:测试1,测试2", + "type_name":"测试" + } + ], + "jx":0, + "parse":0 +}