Skip to content

Commit

Permalink
Update _worker.js
Browse files Browse the repository at this point in the history
  • Loading branch information
EEvanescence authored Sep 29, 2024
1 parent 394f035 commit 65603da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -1131,7 +1131,7 @@ function generateRemark(index, port, address, cleanIPs, protocol, configType) {
? addressType = 'CLEAN IP'
: addressType = isDomain(address) ? 'Ðoϻɑiͷ': isIPv4(address) ? 'IPV4' : isIPv6(address) ? 'IPV6' : '';

return `⇢${protocol}${type}${addressType} ⇢P${port} ${index} `;
return `⇢${protocol}${type}${addressType} : ${port} ¦${index}¦`;
}

function isDomain(address) {
Expand Down

0 comments on commit 65603da

Please sign in to comment.