trailofbits/algo

Sudden Malfunction of iOS using ikev2 always on vpn. Cannot make or receive calls. Tested on multiple devices.

sanketshahc opened this issue · 1 comments

Suddenly, cannot make calls on iphones with config profile....

A clear and concise description of what the bug is.

So I think I've resolved this....if youre using Always On Vpn on ios, you need to add this to the vpn config dictionary:


<key>Tunnel Configurations</key>
.....

<key>ServiceExceptions</key>
	<array>
		<dict>
			<key>ServiceName</key>
			<string>CellularServices</string>
			<key>Action</key>
			<string>Allow</string>
		</dict>
	</array>

otherwise calls fail.