EDtunnel: Protocol Configuration
Welcome! This function generates configuration for the vless protocol. If you found this useful, please check our GitHub project:
EDtunnel - https://github.com/6Kmfi6HP/EDtunnel
Options Explained:
- VLESS Subscription: Direct link for VLESS protocol configuration. Suitable for clients supporting VLESS.
- Clash Subscription: Opens the Clash client with pre-configured settings. Best for Clash users on mobile devices.
- Clash Link: A web link to convert the VLESS config to Clash format. Useful for manual import or troubleshooting.
- Best IP Subscription: Provides a curated list of optimal server IPs for many different countries.
Choose the option that best fits your client and needs. For most users, the VLESS or Clash Subscription will be the easiest to use.
`;
const configOutput = userIDArray.map((userID) => {
const protocolMain = atob(pt) + '://' + userID + atob(at) + hostName + ":443" + commonUrlPart;
const protocolSec = atob(pt) + '://' + userID + atob(at) + proxyIP + ":" + proxyPort + commonUrlPart;
return `