Files
IntelligentShelves/app/src/main/res/xml/network_security_config.xml
T
2025-08-15 17:59:40 +08:00

8 lines
290 B
XML

<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<domain-config cleartextTrafficPermitted="true">
<domain includeSubdomains="true">192.168.1.3</domain>
<domain includeSubdomains="true">192.168.1.7</domain>
</domain-config>
</network-security-config>