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

Commit 40d2eca3 authored by Aayush Gupta's avatar Aayush Gupta Committed by Nishith Khanna
Browse files

vendor: overlay: Update default captive portal URLs

 - Point them to our servers
parent 2b995f5a
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -19,4 +19,16 @@
    <!-- Configuration for including DHCP client hostname option -->
    <bool name="config_dhcp_client_hostname">true</bool>

    <!-- 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>

    <!-- 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>

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

</resources>