diff --git a/src/index.ts b/src/index.ts index 922a168..faab110 100644 --- a/src/index.ts +++ b/src/index.ts @@ -85,6 +85,9 @@ const main = async () => { config["AS-SETS"][asSetName].remarks.push( `Generated by git.186526.xyz/186526/net186-as-set.` ); + config["AS-SETS"][asSetName].remarks.push( + `For more details, please visit go.186526.xyz/AS-NET186` + ); config["AS-SETS"][asSetName].remarks.push( `Updated on ${new Date().toISOString()}.` );