Advertisement
imKobz

Untitled

Jan 30th, 2021
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. {
  2. "log": {
  3. "loglevel": "warning"
  4. },
  5. "inbound": {
  6. "listen": "127.0.0.1",
  7. "port": 1024,
  8. "protocol": "socks",
  9. "settings": {
  10. "auth": "noauth",
  11. "udp": true,
  12. "ip": "127.0.0.1"
  13. }
  14. },
  15. "outbound": {
  16. "protocol": "vmess",
  17. "settings": {
  18. "vnext": [
  19. {
  20. "address": "144.202.1.205",
  21. "port": 12345,
  22. "users": [
  23. {
  24. "id": "84bceb17-636a-86cf-4960-f9ec542efd81",
  25. "level": 1,
  26. "alterId": 100
  27. }
  28. ]
  29. }
  30. ]
  31. },
  32. "streamSettings": {
  33. "network": "kcp"
  34. }
  35. },
  36. "outboundDetour": [
  37. {
  38. "protocol": "freedom",
  39. "settings": {},
  40. "tag": "direct"
  41. }
  42. ],
  43. "routing": {
  44. "strategy": "rules",
  45. "settings": {
  46. "rules": [
  47. {
  48. "type": "field",
  49. "port": "54-79",
  50. "outboundTag": "direct"
  51. },
  52. {
  53. "type": "field",
  54. "port": "81-442",
  55. "outboundTag": "direct"
  56. },
  57. {
  58. "type": "field",
  59. "port": "444-65535",
  60. "outboundTag": "direct"
  61. },
  62. {
  63. "type": "field",
  64. "domain": [
  65. "gc.kis.scr.kaspersky-labs.com"
  66. ],
  67. "outboundTag": "direct"
  68. },
  69. {
  70. "type": "chinasites",
  71. "outboundTag": "direct"
  72. },
  73. {
  74. "type": "field",
  75. "ip": [
  76. "0.0.0.0/8",
  77. "10.0.0.0/8",
  78. "100.64.0.0/10",
  79. "127.0.0.0/8",
  80. "169.254.0.0/16",
  81. "172.16.0.0/12",
  82. "192.0.0.0/24",
  83. "192.0.2.0/24",
  84. "192.168.0.0/16",
  85. "198.18.0.0/15",
  86. "198.51.100.0/24",
  87. "203.0.113.0/24",
  88. "::1/128",
  89. "fc00::/7",
  90. "fe80::/10"
  91. ],
  92. "outboundTag": "direct"
  93. },
  94. {
  95. "type": "chinaip",
  96. "outboundTag": "direct"
  97. }
  98. ]
  99. }
  100. }
  101. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement