Skip to content

Instantly share code, notes, and snippets.

@wxdtf
wxdtf / singbox-pixel-local.json
Last active January 14, 2026 17:16
sing-box with local rule-set
{
"log": {
"level": "info"
},
"dns": {
"servers": [
{
"tag": "google-tls",
"address": "tls://8.8.8.8",
"detour": "proxy"
@wxdtf
wxdtf / singbox-pixel-final.json
Created January 14, 2026 15:31
sing-box final - no deprecation
{
"log": {
"level": "info"
},
"dns": {
"servers": [
{
"tag": "google-tls",
"address": "tls://8.8.8.8",
"detour": "proxy"
@wxdtf
wxdtf / singbox-pixel-full.json
Created January 14, 2026 15:27
sing-box full config with rules
{
"log": {
"level": "info"
},
"dns": {
"servers": [
{
"tag": "google-tls",
"address": "tls://8.8.8.8",
"detour": "proxy"
@wxdtf
wxdtf / singbox-pixel-new.json
Created January 14, 2026 15:25
sing-box config new format
{
"log": {
"level": "debug"
},
"dns": {
"servers": [
{
"tag": "google",
"address": "tls://8.8.8.8",
"detour": "proxy"
@wxdtf
wxdtf / singbox-pixel-fixed.json
Created January 14, 2026 15:19
sing-box config with DNS fix
{
"log": {
"level": "debug"
},
"dns": {
"servers": [
{
"tag": "google",
"address": "tls://8.8.8.8",
"detour": "proxy"
@wxdtf
wxdtf / singbox-pixel-simple.json
Last active January 14, 2026 15:18
sing-box config for pixel
{
"log": {
"level": "debug"
},
"dns": {
"servers": [
{
"tag": "google",
"address": "tls://8.8.8.8",
"detour": "proxy"
[General]
loglevel = notify
[Proxy]
Proxy = custom, 1.2.3.4, 443, rc4-md5, password, http://surge.run/SSEncrypt.module
[Rule]
DOMAIN-KEYWORD,google,Proxy,tcp-force
DOMAIN-KEYWORD,facebook,Proxy,tcp-force
DOMAIN-KEYWORD,youtube,Proxy,tcp-force