Advertisement
Guest User

Untitled

a guest
Mar 6th, 2019
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>PayloadContent</key>
  6. <array>
  7. <dict>
  8. <key>IPSec</key>
  9. <dict>
  10. <key>AuthenticationMethod</key>
  11. <string>SharedSecret</string>
  12. <key>LocalIdentifier</key>
  13. <string>USER_ACCOUNT</string>
  14. <key>LocalIdentifierType</key>
  15. <string>KeyID</string>
  16. <key>OnDemandEnabled</key>
  17. <integer>1</integer>
  18. <key>OnDemandMatchDomainsAlways</key>
  19. <array>
  20. <string>fritz.box</string>
  21. </array>
  22. <key>RemoteAddress</key>
  23. <string>MY_EXTERNAL_DNS_NAME</string>
  24. <key>SharedSecret</key>a
  25. <data>
  26. TlVqNEtpSDZMZ3lOdTVaMg==
  27. </data>
  28. <key>XAuthEnabled</key>
  29. <integer>1</integer>
  30. <key>XAuthName</key>
  31. <string>USER_ACCOUNT</string>
  32. <key>XAuthPassword</key>
  33. <string>)hju=C:xs8A(4z4Wt7F8j]ru</string>
  34. </dict>
  35. <key>IPv4</key>
  36. <dict>
  37. <key>OverridePrimary</key>
  38. <integer>1</integer>
  39. </dict>
  40. <key>PayloadDescription</key>
  41. <string>Configures VPN settings</string>
  42. <key>PayloadDisplayName</key>
  43. <string>VPN</string>
  44. <key>PayloadIdentifier</key>
  45. <string>com.apple.vpn.managed.CA460932-0FB9-4B76-842C-C23252973B68</string>
  46. <key>PayloadType</key>
  47. <string>com.apple.vpn.managed</string>
  48. <key>PayloadUUID</key>
  49. <string>A47986C7-AE11-4A49-955A-E33F0BF79BF5</string>
  50. <key>PayloadVersion</key>
  51. <real>1</real>
  52. <key>Proxies</key>
  53. <dict/>
  54. <key>UserDefinedName</key>
  55. <string>Home</string>
  56. <key>VPNType</key>
  57. <string>IPSec</string>
  58. </dict>
  59. </array>
  60. <key>PayloadDisplayName</key>
  61. <string>Homebox</string>
  62. <key>PayloadIdentifier</key>
  63. <string>com.private.homebox</string>
  64. <key>PayloadRemovalDisallowed</key>
  65. <false/>
  66. <key>PayloadType</key>
  67. <string>Configuration</string>
  68. <key>PayloadUUID</key>
  69. <string>F5BFB267-8501-4988-9E45-32E0807C7130</string>
  70. <key>PayloadVersion</key>
  71. <integer>1</integer>
  72. </dict>
  73. </plist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement