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

Commit ca56d940 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Merge branch '2811-u-ntp_server' into 'v2.6-u'

eos: Update config_ntpServers to string array

See merge request !172
parents 04c59624 943d5c8b
Loading
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -39,8 +39,12 @@
         -->
    <bool name="config_enableFusedLocationOverlay" translatable="false">true</bool>

    <!-- Remote server that can provide NTP responses. -->
    <string name="config_ntpServer" translatable="false">pool.ntp.org</string>
    <!-- SNTP client config: NTP servers to use to obtain an accurate time.
         Items must be in the form: "ntp://<host>[:port]"
         This is not a registered IANA URI scheme. -->
    <string-array translatable="false" name="config_ntpServers">
        <item>ntp://pool.ntp.org</item>
    </string-array>

    <!-- IP address of the dns server to use if nobody else suggests one -->
    <string name="config_default_dns_server" translatable="false">9.9.9.9</string>