Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Run cloudflared proxy-dns service in a docker container

NotificationsYou must be signed in to change notification settings

richardbristow/docker-cloudflared-proxy-dns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Build and Publish

Runs the cloudflared service in a container, and starts a DNS over HTTPS proxy to 1.1.1.1

More information on cloudflared is available at theCloudflare developer site.

The docker image is also available to be pulled from the GitHub container registry.

Example usage

docker run --rm \  -p 5053:5053/tcp \  -p 5053:5053/udp \  richardbristow/docker-cloudflared-proxy-dns

Docker-compose example

version: '3'services:  docker-cloudflared-proxy-dns:    container_name: docker-cloudflared-proxy-dns    image: richardbristow/docker-cloudflared-proxy-dns    restart: always    ports:      - 5053:5053/tcp      - 5053:5053/udp

About

Run cloudflared proxy-dns service in a docker container

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp