From 0e2046586a71c39e20046896c74536f1c89c55f3 Mon Sep 17 00:00:00 2001 From: WendelHime <6754291+WendelHime@users.noreply.github.com> Date: Tue, 23 Jul 2024 17:38:17 -0300 Subject: [PATCH] chore: adding note about default_masquerades.go with old IP addresses --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4614fe1..deacd49 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,6 @@ For docs: `godoc github.com/getlantern/fronted` See [ddftool](https://github.com/getlantern/ddftool) for more details on how to generate and tests fronting domains for the supported CDNs. + +[!NOTE] +Since the masquerade domains and IP addresses can change, tests might fail and they need to be updated. You can basically ping some of the masquerade domains (from `default_masquerade.go`) and update the IPs accordingly.