Guest User

Untitled

a guest
Mar 20th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. {
  2. "inbound": {
  3. "port": 40006,
  4. "protocol": "vmess",
  5. "settings": {
  6. "clients": [
  7. {
  8. "id": "3cfb2db1-7161-44d5-998c-e20d5b30544c",
  9. "level": 1,
  10. "alterId": 64
  11. }
  12. ],
  13. "detour": {
  14. "to": "dynamicPort"
  15. }
  16. },
  17. "streamSettings": {
  18. "network": "kcp",
  19. "kcpSettings": {
  20. "mtu": 1350,
  21. "tti": 20,
  22. "uplinkCapacity": 10,
  23. "downlinkCapacity": 100,
  24. "congestion": false,
  25. "readBufferSize": 1,
  26. "writeBufferSize": 1,
  27. "header": {
  28. "type": "none"
  29. }
  30. }
  31. }
  32. },
  33. "inboundDetour": [
  34. {
  35. "protocol": "vmess",
  36. "port": "10000-10500",
  37. "tag": "dynamicPort",
  38. "settings": {
  39. "default": {
  40. "level": 1,
  41. "alterId": 32
  42. }
  43. },
  44. "allocate": {
  45. "strategy": "random",
  46. "concurrency": 2,
  47. "refresh": 5
  48. },
  49. "streamSettings": {
  50. "network": "kcp"
  51. }
  52. },
  53. {
  54. "protocol": "shadowsocks",
  55. "port": 40006,
  56. "settings": {
  57. "method": "aes-256-gcm",
  58. "password": "00000000",
  59. "udp": false
  60. }
  61. }
  62. ],
  63. "outbound": {
  64. "protocol": "freedom",
  65. "settings": {}
  66. },
  67. "transport": {},
  68. "log": {
  69. "access": "/var/log/v2ray/access.log",
  70. "error": "/var/log/v2ray/error.log",
  71. "loglevel": "warning"
  72. },
  73. "policy": {
  74. "levels": {
  75. "0": {
  76. "handshake": 4,
  77. "connIdle": 300,
  78. "uplinkOnly": 300,
  79. "downlinkOnly": 300
  80. }
  81. }
  82. }
  83. }
Add Comment
Please, Sign In to add comment