You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Ad serving domain used when testing ad blocking. Note that we are assuming there's an HTTP server running on the host.
17
17
AD_SERVING_DOMAIN = vpnlist.to
18
+
19
+
// A domain which should be reachable. Used to verify Internet connectivity. Must be running a server on port 80.
20
+
SHOULD_BE_REACHABLE_DOMAIN = mullvad.net
18
21
19
22
// Base URL for the firewall API, Note that // will be treated as a comment, therefor you need to insert a ${} between the slashes for example http:/${}/8.8.8.8
0 commit comments