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
// A domain which should be reachable. Used to verify Internet connectivity. Must be running a server on port 80.
25
25
SHOULD_BE_REACHABLE_DOMAIN = mullvad.net
26
26
27
-
// 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
27
+
// 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
28
28
FIREWALL_API_BASE_URL = http:/${}/8.8.8.8
29
29
30
30
// URL for Mullvad provided JSON data with information about the connection. https://am.i.mullvad.net/json for production, https://am.i.stagemole.eu/json for staging.
31
31
AM_I_JSON_URL = https:/${}/am.i.stagemole.eu/json
32
32
33
33
// Specify whether app logs should be extracted and attached to test report for failing tests
34
34
ATTACH_APP_LOGS_ON_FAILURE = 0
35
+
36
+
// Base URL for the packet capture 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