mirror of
https://github.com/ngrok/choco-ngrok.git
synced 2026-05-17 16:50:38 +00:00
23 lines
1.5 KiB
XML
23 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
|
||
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
|
||
<metadata>
|
||
<id>ngrok</id>
|
||
<version>3.39.2</version>
|
||
<packageSourceUrl>https://github.com/ngrok/choco-ngrok</packageSourceUrl>
|
||
<owners>ngrok</owners>
|
||
<title>Ngrok Agent</title>
|
||
<authors>ngrok</authors>
|
||
<projectUrl>https://ngrok.com</projectUrl>
|
||
<copyright>2024 ngrok</copyright>
|
||
<iconUrl>https://avatars.githubusercontent.com/u/10625446</iconUrl>
|
||
<docsUrl>https://ngrok.com/docs</docsUrl>
|
||
<bugTrackerUrl>https://github.com/ngrok/choco-ngrok</bugTrackerUrl>
|
||
<tags>ngrok</tags>
|
||
<summary>ngrok secure introspectable tunnels to localhost.</summary>
|
||
<description>ngrok is a secure ingress platform that enables developers to add global server load balancing, reverse proxy, firewall, API gateway and Kubernetes Ingress to applications and APIs. If your antivirus flags ngrok as a virus, malware or Potentially Unwanted Program (PUA), please view the following page in our docs: https://ngrok.com/docs/faq/#why-is-my-antivirus-software-reporting-the-ngrok-agent-as-a-virus--malware--or-potentially-unwanted-application-pau</description>
|
||
</metadata>
|
||
<files>
|
||
<file src="tools/**" target="tools" />
|
||
</files>
|
||
</package> |