ADD: Tailscale's new Tailnet naming scheme to list of exceptions (#5128)

This commit is contained in:
MKZI⚡ 2022-10-21 10:19:12 +11:00 committed by GitHub
parent ffc68e29a2
commit 914426bb6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -65541,5 +65541,6 @@
<domain includeSubdomains="true">192.168.255.253</domain>
<domain includeSubdomains="true">192.168.255.254</domain>
<domain includeSubdomains="true">192.168.255.255</domain>
<domain includeSubdomains="true">ts.net</domain>
</domain-config>
</network-security-config>
</network-security-config>

View File

@ -133,6 +133,13 @@
<key>NSIncludesSubdomains</key>
<true/>
</dict>
<key>ts.net</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
<key>NSIncludesSubdomains</key>
<true/>
</dict>
</dict>
</dict>
<key>NSAppleMusicUsageDescription</key>