For this challenge we had two informations : one URL, and an hint telling us the flag is in a txt
Checking briefly the URL, if it was accessible from a browser (spoiler alert it was not) we did a DNS lookup using dig with the -t txt
flag, it specifies the type of DNS record to query (txt in this case).
We got the flag that way, there are probably others.