Advertisement
Guest User

Untitled

a guest
Jul 29th, 2023
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. {
  2. "inbounds": [
  3. {
  4. "listen": "127.0.0.1",
  5. "listen_port": 6450,
  6. "override_address": "8.8.8.8",
  7. "override_port": 53,
  8. "tag": "dns-in",
  9. "type": "direct"
  10. },
  11. {
  12. "auto_route": true,
  13. "endpoint_independent_nat": false,
  14. "inet4_address": "172.19.0.1/30",
  15. "inet4_route_address": [
  16. "0.0.0.0/1",
  17. "128.0.0.0/1"
  18. ],
  19. "inet6_address": "fdfe:dcba:9876::1/126",
  20. "inet6_route_address": [
  21. "::/1",
  22. "8000::/1"
  23. ],
  24. "mtu": 1500,
  25. "sniff": true,
  26. "sniff_override_destination": false,
  27. "stack": "system",
  28. "strict_route": true,
  29. "tag": "tun-in",
  30. "type": "tun"
  31. },
  32. {
  33. "domain_strategy": "",
  34. "listen": "127.0.0.1",
  35. "listen_port": 2080,
  36. "sniff": true,
  37. "sniff_override_destination": false,
  38. "tag": "mixed-in",
  39. "type": "mixed"
  40. }
  41. ],
  42. "log": {
  43. "level": "info"
  44. },
  45. "outbounds": [
  46. {
  47. "domain_strategy": "",
  48. "packet_encoding": "",
  49. "server": "1.2.3.4",
  50. "server_port": 443,
  51. "tag": "proxy",
  52. "tls": {
  53. "enabled": true,
  54. "insecure": false,
  55. "server_name": "qwe"
  56. },
  57. "transport": {
  58. "headers": {
  59. "Host": "qwe"
  60. },
  61. "path": "/ray",
  62. "type": "ws"
  63. },
  64. "type": "vless",
  65. "uuid": "0c0d7be0-99d5-4e96-83d6"
  66. },
  67. {
  68. "tag": "direct",
  69. "type": "direct"
  70. },
  71. {
  72. "tag": "bypass",
  73. "type": "direct"
  74. },
  75. {
  76. "tag": "block",
  77. "type": "block"
  78. },
  79. {
  80. "tag": "dns-out",
  81. "type": "dns"
  82. }
  83. ],
  84. "route": {
  85. "auto_detect_interface": true,
  86. "rules": [
  87. ]
  88. }
  89. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement