Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 315cce5b authored by Abhishek Aggarwal's avatar Abhishek Aggarwal
Browse files

NetworkStackOverlay: replace ecloud domains with murena

parent c062ff45
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<resources>
<resources>
    <!-- HTTP URL for network validation, to use for detecting captive portals. -->
    <!-- HTTP URL for network validation, to use for detecting captive portals. -->
    <string name="config_captive_portal_http_url" translatable="false">http://connectivity.ecloud.global</string>
    <string name="config_captive_portal_http_url" translatable="false">http://connectivity.murena.io</string>


    <!-- HTTPS URL for network validation, to use for confirming internet connectivity. -->
    <!-- HTTPS URL for network validation, to use for confirming internet connectivity. -->
    <string name="config_captive_portal_https_url" translatable="false">https://connectivity.ecloud.global</string>
    <string name="config_captive_portal_https_url" translatable="false">https://connectivity.murena.io</string>


    <!-- List of fallback URLs to use for detecting captive portals. -->
    <!-- List of fallback URLs to use for detecting captive portals. -->
    <string-array name="config_captive_portal_fallback_urls" translatable="false">
    <string-array name="config_captive_portal_fallback_urls" translatable="false">
        <item>http://204.ecloud.global</item>
        <item>http://204.murena.io</item>
        <item>http://ecloud.global/generate_204</item>
        <item>http://murena.io/generate_204</item>
    </string-array>
    </string-array>
</resources>
</resources>