mekya_client.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "log": {
  3. "error": {
  4. "level": "Debug",
  5. "type": "Console"
  6. },
  7. "access": {
  8. "type": "None"
  9. }
  10. },
  11. "outbounds": [
  12. {
  13. "protocol": "vmess",
  14. "settings": {
  15. "address": "127.0.0.1",
  16. "port": 17773,
  17. "uuid": "bcc71618-e552-42c2-a2a3-d4c17a9df764"
  18. },
  19. "streamSettings": {
  20. "transport": "mekya",
  21. "transportSettings": {
  22. "url": "https://127.0.0.1:17773/mrss48bvxrkfq1qzeqte5o61mmvc9gx6hq51",
  23. "maxWriteDelay": 80,
  24. "maxRequestSize": 96000,
  25. "pollingIntervalInitial": 200,
  26. "h2_pool_size": 8,
  27. "kcp": {
  28. "mtu": {
  29. "value": 1450
  30. },
  31. "tti": {
  32. "value": 15
  33. },
  34. "uplink_capacity": {
  35. "value": 40
  36. },
  37. "downlink_capacity": {
  38. "value": 2000
  39. },
  40. "congestion": false,
  41. "write_buffer": {
  42. "size": 671088640
  43. },
  44. "read_buffer": {
  45. "size": 671088640
  46. }
  47. }
  48. },
  49. "security": "tls",
  50. "securitySettings": {
  51. "pinnedPeerCertificateChainSha256": [
  52. "kqHyvea27Pn+JiSqA72lhu9IKAKeGR+3yCyA8JR1mug="
  53. ],
  54. "allowInsecureIfPinnedPeerCertificate": true
  55. }
  56. }
  57. }
  58. ],
  59. "inbounds": [
  60. {
  61. "protocol": "socks",
  62. "settings": {
  63. "udpEnabled": false,
  64. "address": "127.0.0.1",
  65. "packetEncoding": "Packet"
  66. },
  67. "port": 17774,
  68. "listen": "127.0.0.1"
  69. }
  70. ]
  71. }