Shelikhoo
2 months ago
6 changed files with 266 additions and 9 deletions
@ -0,0 +1,41 @@
|
||||
{ |
||||
"log": { |
||||
"access": { |
||||
"type": "None" |
||||
}, |
||||
"error": { |
||||
"level": "Debug", |
||||
"type": "Console" |
||||
} |
||||
}, |
||||
"inbounds": [ |
||||
{ |
||||
"listen": "127.0.0.1", |
||||
"port": 7830, |
||||
"protocol": "socks", |
||||
"settings": { |
||||
"address": "127.0.0.1", |
||||
"packetEncoding": "Packet", |
||||
"udpEnabled": true |
||||
} |
||||
}, |
||||
{ |
||||
"listen": "127.0.0.1", |
||||
"port": 7831, |
||||
"protocol": "http", |
||||
"settings": {} |
||||
} |
||||
], |
||||
"outbounds": [ |
||||
{ |
||||
"tag": "proxy", |
||||
"protocol": "shadowsocks", |
||||
"settings": { |
||||
"address": "192.168.0.2", |
||||
"method": "aes-256-gcm", |
||||
"port": "10000", |
||||
"password": "c8/NLeEOIfV7tVudQ8xh5eRAeKZD4EyB01TGm93fTMM=" |
||||
} |
||||
} |
||||
] |
||||
} |
@ -0,0 +1,29 @@
|
||||
{ |
||||
"log": { |
||||
"access": { |
||||
"type": "None" |
||||
}, |
||||
"error": { |
||||
"level": "Debug", |
||||
"type": "Console" |
||||
} |
||||
}, |
||||
"inbounds": [ |
||||
{ |
||||
"listen": "0.0.0.0", |
||||
"port": 10000, |
||||
"protocol": "shadowsocks", |
||||
"settings": { |
||||
"method": "aes-256-gcm", |
||||
"password": "c8/NLeEOIfV7tVudQ8xh5eRAeKZD4EyB01TGm93fTMM=", |
||||
"networks": "tcp,udp", |
||||
"packetEncoding": "None" |
||||
} |
||||
} |
||||
], |
||||
"outbounds": [ |
||||
{ |
||||
"protocol": "freedom" |
||||
} |
||||
] |
||||
} |
@ -0,0 +1,44 @@
|
||||
{ |
||||
"log": { |
||||
"access": { |
||||
"type": "None" |
||||
}, |
||||
"error": { |
||||
"level": "Debug", |
||||
"type": "Console" |
||||
} |
||||
}, |
||||
"inbounds": [ |
||||
{ |
||||
"listen": "127.0.0.1", |
||||
"port": 7830, |
||||
"protocol": "socks", |
||||
"settings": { |
||||
"address": "127.0.0.1", |
||||
"packetEncoding": "Packet", |
||||
"udpEnabled": true |
||||
} |
||||
}, |
||||
{ |
||||
"listen": "127.0.0.1", |
||||
"port": 7831, |
||||
"protocol": "http", |
||||
"settings": {} |
||||
} |
||||
], |
||||
"outbounds": [ |
||||
{ |
||||
"tag": "proxy", |
||||
"protocol": "shadowsocks2022", |
||||
"settings": { |
||||
"address": "0.0.0.0", |
||||
"port": 10000, |
||||
"method": "2022-blake3-aes-256-gcm", |
||||
"psk": "q+EHyQzDXNxaU4fLEVDs25TeFXp5dpvP9LSicGqQdNY=", // 其他内核中 ipsk 没有设置的话,可以注销。 |
||||
"ipsk": [ |
||||
"qiObQZJVNCln3Gl5iJUVCw==" |
||||
] |
||||
} |
||||
} |
||||
] |
||||
} |
@ -0,0 +1,50 @@
|
||||
{ |
||||
"log": { |
||||
"access": { |
||||
"type": "None" |
||||
}, |
||||
"error": { |
||||
"level": "Debug", |
||||
"type": "Console" |
||||
} |
||||
}, |
||||
"inbounds": [ |
||||
{ |
||||
"listen": "127.0.0.1", |
||||
"port": 7830, |
||||
"protocol": "socks", |
||||
"settings": { |
||||
"address": "127.0.0.1", |
||||
"packetEncoding": "Packet", |
||||
"udpEnabled": true |
||||
} |
||||
}, |
||||
{ |
||||
"listen": "127.0.0.1", |
||||
"port": 7831, |
||||
"protocol": "http", |
||||
"settings": {} |
||||
} |
||||
], |
||||
"outbounds": [ |
||||
{ |
||||
"tag": "proxy", |
||||
"protocol": "trojan", |
||||
"settings": { |
||||
"address": "0.0.0.0", |
||||
"password": "0000000-0000000-0000000-0000000-0000000", |
||||
"port": 100000 |
||||
}, |
||||
"streamSettings": { |
||||
"security": "tls", |
||||
"securitySettings": { |
||||
"allow_insecure_if_pinned_peer_certificate": true, |
||||
"pinned_peer_certificate_chain_sha256": [ |
||||
"000000000000000000000" |
||||
], |
||||
"server_name": "000000000000000000000.com" |
||||
} |
||||
} |
||||
} |
||||
] |
||||
} |
@ -0,0 +1,42 @@
|
||||
{ |
||||
"log": { |
||||
"access": { |
||||
"type": "None" |
||||
}, |
||||
"error": { |
||||
"level": "Debug", |
||||
"type": "Console" |
||||
} |
||||
}, |
||||
"inbounds": [ |
||||
{ |
||||
"listen": "0.0.0.0", |
||||
"port": 100000, |
||||
"protocol": "trojan", |
||||
"settings": { |
||||
"users": [ |
||||
"0000000-0000000-0000000-0000000-0000000" |
||||
], |
||||
"packetEncoding": "None" |
||||
}, |
||||
"streamSettings": { |
||||
"security": "tls", |
||||
"securitySettings": { |
||||
"certificate": [ |
||||
{ |
||||
"certificate_file": "000000000000000000000.pem", |
||||
"key_file": "000000000000000000000.key", |
||||
"usage": "ENCIPHERMENT" |
||||
} |
||||
], |
||||
"serverName": "000000000000000000000.com" |
||||
} |
||||
} |
||||
} |
||||
], |
||||
"outbounds": [ |
||||
{ |
||||
"protocol": "freedom" |
||||
} |
||||
] |
||||
} |
Loading…
Reference in new issue