Skip to content

Commit

Permalink
Update examples/Getting_Started_SimpleClient_Mesh_DNS/Getting_Started…
Browse files Browse the repository at this point in the history
…_SimpleClient_Mesh_DNS.ino

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
TMRh20 and github-actions[bot] authored Mar 31, 2024
1 parent 45fbb74 commit f32e377
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ EthernetClient client;
// Note: The gateway will need to be able to forward traffic for internet hosts, see the documentation
// Note: DNS responses for www.domain.com will typically be shorter than requests for domain.com.
char icewind[] = { "109.120.203.163" }; //http://109.120.203.163/web/blyad.club/library/litrature/Salvatore,%20R.A/Salvatore,%20R.A%20-%20Icewind%20Dale%20Trilogy%201%20-%20Crystal%20Shard,%20The.txt
char ascii[] = { "artscene.textfiles.com" }; //http://artscene.textfiles.com/asciiart/texthistory.txt
char ascii[] = { "artscene.textfiles.com" }; //http://artscene.textfiles.com/asciiart/texthistory.txt
char* host = ascii;

void setup() {
Expand Down

0 comments on commit f32e377

Please sign in to comment.