I’m configuring OpenVPN for Android through an Android AppConfig policy and need to push a multiline VPN config into the Config field under VPN Configuration > List of VPN configurations.
I expected %newline% to insert line breaks, but the app behaves like the newlines are not being inserted. I also tried replacing the breaks with \n and \r\n, but those are passed to the app literally instead of being interpreted as line breaks.
The app can accept Base64-encoded config data as a workaround, but that prevents me from using Hexnode dynamic variables like %devicename% inside the VPN config. Is there a way to deploy this as plain text with line breaks and variables intact?