# Copyright 2024 The ChromiumOS Authors | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
"""This module contains cache server related constants.""" | |
CHROMEOS_6_CACHE = "100.115.168.190" | |
CHROMEOS_8_CACHE = "10.128.176.210" | |
CHROMEOS_15_CACHE = "100.115.21.212" |