grpc_client.json 913 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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": 17783,
  17. "uuid": "bcc71618-e552-42c2-a2a3-d4c17a9df764"
  18. },
  19. "streamSettings": {
  20. "transport": "grpc",
  21. "transportSettings": {
  22. },
  23. "security": "tls",
  24. "securitySettings": {
  25. "pinnedPeerCertificateChainSha256": [
  26. "kqHyvea27Pn+JiSqA72lhu9IKAKeGR+3yCyA8JR1mug="
  27. ],
  28. "allowInsecureIfPinnedPeerCertificate": true
  29. }
  30. }
  31. }
  32. ],
  33. "inbounds": [
  34. {
  35. "protocol": "socks",
  36. "settings": {
  37. "udpEnabled": false,
  38. "address": "127.0.0.1",
  39. "packetEncoding": "Packet"
  40. },
  41. "port": 17784,
  42. "listen": "127.0.0.1"
  43. }
  44. ]
  45. }