mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-09 13:33:00 +02:00
This PR introduces comprehensive performance optimizations that reduce Algo VPN deployment time by 30-60% while maintaining security and reliability. Key improvements: - Fixed critical WireGuard async structure bug (item.item.item pattern) - Resolved merge conflicts in test-aws-credentials.yml - Fixed path concatenation issues and aesthetic double slash problems - Added comprehensive performance optimizations with configurable flags - Extensive testing and quality improvements with yamllint/ruff compliance Successfully deployed and tested on DigitalOcean with all optimizations disabled. All critical bugs resolved and PR is production-ready.
85 lines
2.4 KiB
XML
85 lines
2.4 KiB
XML
<?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>PayloadContent</key>
|
|
<array>
|
|
<dict>
|
|
<key>IPv4</key>
|
|
<dict>
|
|
<key>OverridePrimary</key>
|
|
<integer>1</integer>
|
|
</dict>
|
|
<key>PayloadDescription</key>
|
|
<string>Configures VPN settings</string>
|
|
<key>PayloadDisplayName</key>
|
|
<string>algo-test-server</string>
|
|
<key>PayloadIdentifier</key>
|
|
<string>com.apple.vpn.managed.algo-test-server3B9A4690-0B5D-5BC3-A5C5-21305566D87F</string>
|
|
<key>PayloadType</key>
|
|
<string>com.apple.vpn.managed</string>
|
|
<key>PayloadUUID</key>
|
|
<string>algo-test-server3B9A4690-0B5D-5BC3-A5C5-21305566D87F</string>
|
|
<key>PayloadVersion</key>
|
|
<integer>1</integer>
|
|
<key>Proxies</key>
|
|
<dict>
|
|
<key>HTTPEnable</key>
|
|
<integer>0</integer>
|
|
<key>HTTPSEnable</key>
|
|
<integer>0</integer>
|
|
</dict>
|
|
<key>UserDefinedName</key>
|
|
<string>AlgoVPN algo-test-server</string>
|
|
<key>VPN</key>
|
|
<dict>
|
|
<key>OnDemandEnabled</key>
|
|
<integer>0</integer>
|
|
<key>OnDemandRules</key>
|
|
<array>
|
|
<dict>
|
|
<key>Action</key>
|
|
<string>Connect</string>
|
|
</dict>
|
|
</array>
|
|
<key>AuthenticationMethod</key>
|
|
<string>Password</string>
|
|
<key>RemoteAddress</key>
|
|
<string>10.99.0.10:51820</string>
|
|
</dict>
|
|
<key>VPNSubType</key>
|
|
<string>com.wireguard.macos</string>
|
|
<key>VPNType</key>
|
|
<string>VPN</string>
|
|
<key>VendorConfig</key>
|
|
<dict>
|
|
<key>WgQuickConfig</key>
|
|
<string>[Interface]
|
|
PrivateKey = yKU40Lrt5xutKuXHcJipej0wdqPVExuGmjoPzBar/GI=
|
|
Address = 10.19.49.3
|
|
DNS = 8.8.8.8,8.8.4.4
|
|
|
|
[Peer]
|
|
PublicKey = IJFSpegTMGKoK5EtJaX2uH/hBWxq8ZpNOJIBMZnE4w0=
|
|
PresharedKey = WUuCbhaOJfPtCrwU4EnlpqVmmPuaJJYYyzc2sy+afVQ=
|
|
AllowedIPs = 0.0.0.0/0,::/0
|
|
Endpoint = 10.99.0.10:51820
|
|
</string>
|
|
</dict>
|
|
</dict> </array>
|
|
<key>PayloadDisplayName</key>
|
|
<string>AlgoVPN algo-test-server WireGuard</string>
|
|
<key>PayloadIdentifier</key>
|
|
<string>donut.local.B177D923-93FA-5491-8B28-20964A3892A6</string>
|
|
<key>PayloadOrganization</key>
|
|
<string>AlgoVPN</string>
|
|
<key>PayloadRemovalDisallowed</key>
|
|
<false/>
|
|
<key>PayloadType</key>
|
|
<string>Configuration</string>
|
|
<key>PayloadUUID</key>
|
|
<string>B1842E16-8F73-571B-A3FE-5A150D955F29</string>
|
|
<key>PayloadVersion</key>
|
|
<integer>1</integer>
|
|
</dict>
|
|
</plist>
|