Skip to content

defo-project/docker-defo-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEfO Client Docker Image

This Docker image provides a simple way to use some of the experimental TLS ECH-capable clients.

Usage

You can fetch the latest image from the GitHub Container Registry using the following command:

docker pull ghcr.io/defo-project/docker-defo-client:latest

The image includes an entrypoint script that you can use to run different commands: run_command.sh.

After fetching the image, you can run the container and pass commands as arguments, like this:

1. Run Curl

docker run --rm ghcr.io/defo-project/docker-defo-client:latest curl --doh-url https://1.1.1.1/dns-query --ech true https://test.defo.ie/

2. Run pyclient

docker run --rm ghcr.io/defo-project/docker-defo-client:latest pyclient -v get https://defo.ie/ech-check.php

Or to fetch a number of test endpoints:

docker run --rm ghcr.io/defo-project/docker-defo-client:latest pyclient -v getlist --demo

About

Docker image containing ECH clients

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published