mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-01-15 23:59:08 +00: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> |