Skip to content

Instantly share code, notes, and snippets.

@erikng
Created January 26, 2017 05:15
Show Gist options
  • Save erikng/85fe07b88e5a2e66fcfaea0172a79c3c to your computer and use it in GitHub Desktop.
Save erikng/85fe07b88e5a2e66fcfaea0172a79c3c to your computer and use it in GitHub Desktop.
AssetCache.mobileconfig
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadIdentifier</key>
<string>yourorg.profiles.cachingserver</string>
<key>PayloadRemovalDisallowed</key>
<true/>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>565DCFF8-AB30-4FCB-ACAD-2AE517930680</string>
<key>PayloadOrganization</key>
<string>GitHub</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadDisplayName</key>
<string>Caching Server Settings</string>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadType</key>
<string>com.apple.assetcache.client.osx.profile.plugin</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadIdentifier</key>
<string>yourorg.profiles.cachingserver</string>
<key>PayloadEnabled</key>
<true/>
<key>PayloadUUID</key>
<string>BFD950D6-A5BF-4023-825D-F6C3CC904DC0</string>
<key>PayloadDisplayName</key>
<string>Caching Server Settings Profile</string>
<key>PublicIPAddressRanges</key>
<array>
<dict>
<key>first</key>
<string>10.10.10.1</string>
<key>last</key>
<string>10.10.10.2</string>
<key>type</key>
<string>IPv4</string>
</dict>
<dict>
<key>first</key>
<string>192.168.10.1</string>
<key>last</key>
<string>192.168.10.1</string>
<key>type</key>
<string>IPv4</string>
</dict>
</array>
</dict>
</array>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment