2025-05-25 23:22:52 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
|
|
Sample data extraction rules file; uncomment and customize as necessary.
|
|
|
|
See https://developer.android.com/about/versions/12/backup-restore#xml-changes
|
|
|
|
for details.
|
|
|
|
-->
|
|
|
|
<!-- res/xml/network_security_config.xml -->
|
|
|
|
<network-security-config>
|
|
|
|
<domain-config cleartextTrafficPermitted="true">
|
|
|
|
<domain includeSubdomains="true">47.236.153.142</domain>
|
|
|
|
<domain includeSubdomains="true">8.211.204.20</domain>
|
2025-06-09 16:17:53 +08:00
|
|
|
<domain includeSubdomains="true">127.0.0.1</domain>
|
2025-06-10 11:45:44 +08:00
|
|
|
<domain includeSubdomains="true">8.217.137.25</domain>
|
2025-05-25 23:22:52 +08:00
|
|
|
</domain-config>
|
2025-06-09 16:17:53 +08:00
|
|
|
</network-security-config>
|