Files
choco-ngrok/ngrok.nuspec
T
2026-05-15 10:09:03 -04:00

23 lines
1.5 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<!-- Do not remove this test for UTF-8: if “Ω” doesnt 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>