mirror of
https://github.com/Dichgrem/singbox-example.git
synced 2025-12-16 12:01:58 -05:00
Compare commits
2 Commits
f4fc4d3e29
...
ae11f4d057
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ae11f4d057 | ||
|
|
b33f2bdaa1 |
21
config/client/add_hosts.json
Normal file
21
config/client/add_hosts.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"dns": {
|
||||
"servers": [
|
||||
{
|
||||
"tag": "hosts_local",
|
||||
"address": "local",
|
||||
"detour": "DIRECT"
|
||||
}
|
||||
],
|
||||
"rules": [
|
||||
{
|
||||
"domain": [
|
||||
"localhost",
|
||||
"time.android.com",
|
||||
"time.facebook.com"
|
||||
],
|
||||
"server": "hosts_local"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
11
config/client/add_route.json
Normal file
11
config/client/add_route.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"route": {
|
||||
"rules": [
|
||||
{
|
||||
"inbound": "dns-in",
|
||||
"outbound": "dns-out"
|
||||
}
|
||||
],
|
||||
"default_mark": 7894
|
||||
}
|
||||
}
|
||||
BIN
kernel/geoip.db
Normal file
BIN
kernel/geoip.db
Normal file
Binary file not shown.
BIN
kernel/geosite.db
Normal file
BIN
kernel/geosite.db
Normal file
Binary file not shown.
BIN
kernel/sing-box
Executable file
BIN
kernel/sing-box
Executable file
Binary file not shown.
3811
kernel/test.json
Normal file
3811
kernel/test.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user