Advertisement
zikoman

Untitled

Oct 2nd, 2022
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. {
  2. "inbounds": [
  3. {
  4. "listen": "127.0.0.1",
  5. "port": "10807",
  6. "protocol": "dokodemo-door",
  7. "settings": {
  8. "address": "8.8.8.8",
  9. "network": "tcp,udp",
  10. "port": 53
  11. },
  12. "tag": "dns-in"
  13. },
  14. {
  15. "listen": "127.0.0.1",
  16. "port": "1080",
  17. "protocol": "socks",
  18. "settings": {
  19. "auth": "noauth",
  20. "udp": true,
  21. "userLevel": 8
  22. },
  23. "sniffing": {
  24. "destOverride": [
  25. "http",
  26. "tls"
  27. ],
  28. "enabled": true
  29. },
  30. "tag": "socks"
  31. },
  32. {
  33. "listen": "127.0.0.1",
  34. "port": "10809",
  35. "protocol": "http",
  36. "settings": {
  37. "userLevel": 8
  38. },
  39. "tag": "http"
  40. }
  41. ],
  42. "log": {
  43. "loglevel": "none"
  44. },
  45. "outbounds": [
  46. {
  47. "domainStrategy": "PreferIPv4",
  48. "mux": {
  49. "enabled": false
  50. },
  51. "protocol": "ssh",
  52. "proxySettings": {
  53. "tag": "HTTP_CUSTOM"
  54. },
  55. "settings": {
  56. "address": "de-server.vpn.minapronet.tk",
  57. "password": "2023",
  58. "port": 80,
  59. "user": "Mina2023"
  60. },
  61. "streamSettings": {},
  62. "tag": "SSH_1"
  63. },
  64. {
  65. "protocol": "http",
  66. "settings": {
  67. "servers": [
  68. {
  69. "address": "127.0.0.1",
  70. "port": 8888
  71. }
  72. ]
  73. },
  74. "tag": "HTTP_CUSTOM"
  75. }
  76. ],
  77. "policy": {
  78. "levels": {
  79. "8": {
  80. "connIdle": 300,
  81. "downlinkOnly": 1,
  82. "handshake": 4,
  83. "uplinkOnly": 1
  84. }
  85. }
  86. },
  87. "routing": {
  88. "balancers": [
  89. {
  90. "selector": [
  91. "SSH_1",
  92. "SSH_2"
  93. ],
  94. "tag": "lb"
  95. }
  96. ],
  97. "rules": [
  98. {
  99. "balancerTag": "lb",
  100. "network": "tcp,udp",
  101. "type": "field"
  102. }
  103. ]
  104. }
  105. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement