Use CloudFlare DNS in more places
This commit is contained in:
@@ -28,6 +28,10 @@ services:
|
|||||||
hostname: flaresolverr
|
hostname: flaresolverr
|
||||||
image: flaresolverr/flaresolverr
|
image: flaresolverr/flaresolverr
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
dns:
|
||||||
|
# Work around DNS blocks in various regions
|
||||||
|
- 1.1.1.1
|
||||||
|
- 1.0.0.1
|
||||||
|
|
||||||
autobrr:
|
autobrr:
|
||||||
hostname: autobrr
|
hostname: autobrr
|
||||||
|
|||||||
@@ -9,6 +9,10 @@ services:
|
|||||||
PGID: ${NASCOMPOSE_GID?}
|
PGID: ${NASCOMPOSE_GID?}
|
||||||
networks:
|
networks:
|
||||||
- reverse-proxy
|
- reverse-proxy
|
||||||
|
dns:
|
||||||
|
# Work around DNS blocks in various regions
|
||||||
|
- 1.1.1.1
|
||||||
|
- 1.0.0.1
|
||||||
volumes:
|
volumes:
|
||||||
- ${NASCOMPOSE_SERVICES?}/irc/volumes/thelounge_config/:/config/
|
- ${NASCOMPOSE_SERVICES?}/irc/volumes/thelounge_config/:/config/
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
@@ -15,6 +15,9 @@ services:
|
|||||||
net.ipv4.conf.all.src_valid_mark: 1
|
net.ipv4.conf.all.src_valid_mark: 1
|
||||||
networks:
|
networks:
|
||||||
- reverse-proxy
|
- reverse-proxy
|
||||||
|
dns:
|
||||||
|
- 1.1.1.1
|
||||||
|
- 1.0.0.1
|
||||||
devices:
|
devices:
|
||||||
- /dev/net/tun:/dev/net/tun
|
- /dev/net/tun:/dev/net/tun
|
||||||
volumes:
|
volumes:
|
||||||
@@ -40,6 +43,9 @@ services:
|
|||||||
- torrents
|
- torrents
|
||||||
- indexer
|
- indexer
|
||||||
- reverse-proxy
|
- reverse-proxy
|
||||||
|
dns:
|
||||||
|
- 1.1.1.1
|
||||||
|
- 1.0.0.1
|
||||||
volumes:
|
volumes:
|
||||||
- ${NASCOMPOSE_SERVICES?}/torrents/volumes/cross-seed_config/:/config/
|
- ${NASCOMPOSE_SERVICES?}/torrents/volumes/cross-seed_config/:/config/
|
||||||
- ${NASCOMPOSE_SERVICES?}/torrents/volumes/qbittorrent_config/data/BT_backup/:/torrents/:ro
|
- ${NASCOMPOSE_SERVICES?}/torrents/volumes/qbittorrent_config/data/BT_backup/:/torrents/:ro
|
||||||
|
|||||||
@@ -17,6 +17,9 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- reverse-proxy
|
- reverse-proxy
|
||||||
- usenet
|
- usenet
|
||||||
|
dns:
|
||||||
|
- 1.1.1.1
|
||||||
|
- 1.0.0.1
|
||||||
volumes:
|
volumes:
|
||||||
- ${NASCOMPOSE_SERVICES?}/usenet/volumes/sabnzbd_config/:/config/
|
- ${NASCOMPOSE_SERVICES?}/usenet/volumes/sabnzbd_config/:/config/
|
||||||
- ${NASCOMPOSE_DATA?}/usenet/:/data/
|
- ${NASCOMPOSE_DATA?}/usenet/:/data/
|
||||||
|
|||||||
Reference in New Issue
Block a user