mirror of
https://github.com/streamyfin/streamyfin.git
synced 2025-08-20 18:37:18 +02:00
12 lines
398 B
XML
12 lines
398 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<network-security-config>
|
|
<base-config cleartextTrafficPermitted="false">
|
|
<trust-anchors>
|
|
<certificates src="system" />
|
|
<certificates src="user" />
|
|
</trust-anchors>
|
|
</base-config>
|
|
<domain-config cleartextTrafficPermitted="true">
|
|
<domain>192.168.86.64</domain>
|
|
</domain-config>
|
|
</network-security-config> |