diff options
| author | Bug Magnet <marco.nikic@mullvad.net> | 2024-03-25 14:24:14 +0100 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2024-03-25 14:24:14 +0100 |
| commit | 030d55d7568318010090c6be01e30f5cbbb4e1bb (patch) | |
| tree | 180d8109b9d8fae60dfc6af1c7d6ee02aad45ee9 /ios/Configurations | |
| parent | 8bc5c1372516d0e84b19c950f20583be58b6a8f7 (diff) | |
| parent | 9d7b898a1e5d5629b7e538f5fc390607c32b054d (diff) | |
| download | mullvadvpn-030d55d7568318010090c6be01e30f5cbbb4e1bb.tar.xz mullvadvpn-030d55d7568318010090c6be01e30f5cbbb4e1bb.zip | |
Merge branch 'test-wireguard-over-tcp-manually-ios-431'
Diffstat (limited to 'ios/Configurations')
| -rw-r--r-- | ios/Configurations/UITests.xcconfig.template | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ios/Configurations/UITests.xcconfig.template b/ios/Configurations/UITests.xcconfig.template index b55222dac2..c2a0fe821b 100644 --- a/ios/Configurations/UITests.xcconfig.template +++ b/ios/Configurations/UITests.xcconfig.template @@ -15,6 +15,9 @@ FIVE_WIREGUARD_KEYS_ACCOUNT_NUMBER = // Ad serving domain used when testing ad blocking. Note that we are assuming there's an HTTP server running on the host. AD_SERVING_DOMAIN = vpnlist.to + +// A domain which should be reachable. Used to verify Internet connectivity. Must be running a server on port 80. +SHOULD_BE_REACHABLE_DOMAIN = mullvad.net // 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 FIREWALL_API_BASE_URL = http:/${}/8.8.8.8 |
