Advertisement
Guest User

Untitled

a guest
Feb 16th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. {
  2. "inbounds": [
  3. {
  4. "port": 10808,
  5. "protocol": "socks",
  6. "sniffing": {
  7. "enabled": true,
  8. "destOverride": ["http", "tls"]
  9. },
  10. "settings": {
  11. "auth": "noauth"
  12. }
  13. }
  14. ],
  15. "outbounds": [
  16. {
  17. "protocol": "vmess",
  18. "settings": {
  19. "vnext": [
  20. {
  21. "address": "47.88.137.204",
  22. "port": 23799,
  23. "users": [
  24. {
  25. "id": "BEE2CD90-7213-4B51-8822-1343ABC1DC19",
  26. "alterId": 64
  27. }
  28. ]
  29. }
  30. ]
  31. },
  32. "streamSettings": {
  33. "network": "mkcp",
  34. "kcpSettings": {
  35. "uplinkCapacity": 5,
  36. "downlinkCapacity": 100,
  37. "congestion": true,
  38. "header": {
  39. "type": "none"
  40. }
  41. }
  42. },
  43. "mux": {"enabled": true}
  44. },
  45. {
  46. "protocol": "freedom",
  47. "settings": {},
  48. "tag": "direct"
  49. }
  50. ],
  51. "routing": {
  52. "domainStrategy": "IPOnDemand",
  53. "rules": [
  54. {
  55. "type": "field",
  56. "outboundTag": "direct",
  57. "domain": ["geosite:cn"]
  58. },
  59. {
  60. "type": "field",
  61. "outboundTag": "direct",
  62. "ip": [
  63. "geoip:cn",
  64. "geoip:private"
  65. ]
  66. }
  67. ]
  68. }
  69. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement