| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- export const bridges = [
- {
- type: "vless",
- name: "bridge-zipfile",
- server: "zipfile.mesgity.top",
- port: 11546,
- uuid: "f149130b-80a2-4c76-9776-97aadee842d2",
- tls: true,
- "client-fingerprint": "random",
- "skip-cert-verify": false,
- "reality-opts": {
- "public-key": "UmGK7nW2pm1o5z9gA0mvCilr7cAs1unLD9YNiGwStFk",
- "short-id": "bedd1f800334"
- },
- network: "tcp",
- servername: "yahoo.com",
- udp: true
- },
- // {
- // name: "bridge-levers",
- // server: "levers.mesgity.top",
- // port: 21110,
- // "reality-opts": {
- // "public-key": "4Z4TlTLgtTvpMRr4opTB0Xf2dnWHfBE2k9nHVW7vcCo",
- // "short-id": "95085e6f"
- // },
- // "client-fingerprint": "firefox",
- // type: "vless",
- // uuid: "a8f88fe7-3e29-4ad4-ae9e-ef648367c7ab",
- // tls: true,
- // tfo: false,
- // "skip-cert-verify": false,
- // servername: "www.yahoo.com",
- // network: "tcp",
- // udp: true
- // },
- // {
- // name: "bridge-scouting",
- // type: "vless",
- // server: "scouting0419.mesgity.top",
- // port: 22098,
- // uuid: "f0f0ba46-4e3b-4e8b-b91d-43bea67db995",
- // tls: true,
- // "client-fingerprint": "firefox",
- // "skip-cert-verify": false,
- // "reality-opts": {
- // "public-key": "FcUeTxRxbbq7z2xHEy7Z6CPL823AAZ4G-T_xSuDsJ24",
- // "short-id": "71e1ff8e"
- // },
- // network: "tcp",
- // servername: "www.yahoo.com",
- // udp: true
- // },
- // {
- // name: "bridge-endearing",
- // type: "vless",
- // server: "endearing.kxmd.xyz",
- // port: 21845,
- // uuid: "50f45b82-db5d-4038-84cb-b29954afadce",
- // tls: true,
- // "client-fingerprint": "firefox",
- // "skip-cert-verify": false,
- // "reality-opts": {
- // "public-key": "loyjT1o1S18YpMQnRAkF4pwFcfg7b4yfHWwxV8E6imM",
- // "short-id": "4729cb45"
- // },
- // network: "tcp",
- // servername: "www.yahoo.com",
- // udp: true
- // }
- ]
|