You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ systemctl status dnscrypt-proxy.service
# display the status of service
$ sudo podman ps
# display currently running podman containers
$ ss -nlt
# should have a line containing 0.0.0.0:53
$ dig fedoraproject.org
# should have line containing 127.0.0.1#53
Change selinux labeling options from Z to z, so that the bind mount content is shared among multiple containers.