bridges.js 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. export const bridges = [
  2. {
  3. type: "vless",
  4. name: "bridge-zipfile",
  5. server: "zipfile.mesgity.top",
  6. port: 11546,
  7. uuid: "f149130b-80a2-4c76-9776-97aadee842d2",
  8. tls: true,
  9. "client-fingerprint": "random",
  10. "skip-cert-verify": false,
  11. "reality-opts": {
  12. "public-key": "UmGK7nW2pm1o5z9gA0mvCilr7cAs1unLD9YNiGwStFk",
  13. "short-id": "bedd1f800334"
  14. },
  15. network: "tcp",
  16. servername: "yahoo.com",
  17. udp: true
  18. },
  19. {
  20. name: "bridge-levers",
  21. server: "levers.mesgity.top",
  22. port: 21110,
  23. "reality-opts": {
  24. "public-key": "4Z4TlTLgtTvpMRr4opTB0Xf2dnWHfBE2k9nHVW7vcCo",
  25. "short-id": "95085e6f"
  26. },
  27. "client-fingerprint": "firefox",
  28. type: "vless",
  29. uuid: "a8f88fe7-3e29-4ad4-ae9e-ef648367c7ab",
  30. tls: true,
  31. tfo: false,
  32. "skip-cert-verify": false,
  33. servername: "www.yahoo.com",
  34. network: "tcp",
  35. udp: true
  36. },
  37. {
  38. name: "bridge-scouting",
  39. type: "vless",
  40. server: "scouting0419.mesgity.top",
  41. port: 22098,
  42. uuid: "f0f0ba46-4e3b-4e8b-b91d-43bea67db995",
  43. tls: true,
  44. "client-fingerprint": "firefox",
  45. "skip-cert-verify": false,
  46. "reality-opts": {
  47. "public-key": "FcUeTxRxbbq7z2xHEy7Z6CPL823AAZ4G-T_xSuDsJ24",
  48. "short-id": "71e1ff8e"
  49. },
  50. network: "tcp",
  51. servername: "www.yahoo.com",
  52. udp: true
  53. },
  54. {
  55. name: "bridge-endearing",
  56. type: "vless",
  57. server: "endearing.kxmd.xyz",
  58. port: 21845,
  59. uuid: "50f45b82-db5d-4038-84cb-b29954afadce",
  60. tls: true,
  61. "client-fingerprint": "firefox",
  62. "skip-cert-verify": false,
  63. "reality-opts": {
  64. "public-key": "loyjT1o1S18YpMQnRAkF4pwFcfg7b4yfHWwxV8E6imM",
  65. "short-id": "4729cb45"
  66. },
  67. network: "tcp",
  68. servername: "www.yahoo.com",
  69. udp: true
  70. }
  71. ]