Skip to content

Releases: liuweitao/shodan-proxy

Release v1.0.3

Choose a tag to compare

@github-actions github-actions released this 09 Oct 07:32

Changes in this Release:

To pull this version of the Docker image, use:

docker pull liuweitao/shodan-proxy:v1.0.3

Full Changelog: v1.0.2...v1.0.3

Release v1.0.2

Choose a tag to compare

@github-actions github-actions released this 29 Sep 04:16

Changes in this Release:

To pull this version of the Docker image, use:

docker pull liuweitao/shodan-proxy:v1.0.2

Full Changelog: v1.0.1...v1.0.2

Release v1.0.1

Choose a tag to compare

@github-actions github-actions released this 26 Sep 06:24

Changes in this Release:

To pull this version of the Docker image, use:

docker pull liuweitao/shodan-proxy:v1.0.1

Full Changelog: v1.0.0...v1.0.1

v1.0.0

Choose a tag to compare

@liuweitao liuweitao released this 29 Sep 04:17

[1.0.0] - 2024-09-26

Added

  • Initial release of the Shodan Proxy Docker image.
  • GitHub Actions workflow for automatic Docker image building and pushing.
  • Dockerfile for creating the Shodan Proxy container.
  • Basic Shodan API integration.
  • Command-line interface for interacting with the proxy.
  • Configuration file support for storing API keys and other settings.
  • README with basic usage instructions.

Changed

  • Optimized Docker image size by using multi-stage builds.

Fixed

  • Resolved an issue with environment variable handling in the Docker container.