Skip to content

Commit

Permalink
Remove RFC2136 propagation timeout (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
YuryHrytsuk authored Oct 16, 2023
1 parent 378f7c4 commit 77068a2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion services/traefik/docker-compose.dalco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ services:
- RFC2136_TSIG_SECRET=${RFC2136_TSIG_SECRET}
- RFC2136_TSIG_ALGORITHM=${RFC2136_TSIG_ALGORITHM}
- RFC2136_NAMESERVER=${RFC2136_NAMESERVER}
- RFC2136_PROPAGATION_TIMEOUT=${RFC2136_PROPAGATION_TIMEOUT}
- RFC2136_POLLING_INTERVAL=${RFC2136_POLLING_INTERVAL}
deploy:
replicas: ${OPS_TRAEFIK_REPLICAS}
Expand Down
1 change: 0 additions & 1 deletion services/traefik/docker-compose.public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ services:
- RFC2136_TSIG_SECRET=${RFC2136_TSIG_SECRET}
- RFC2136_TSIG_ALGORITHM=${RFC2136_TSIG_ALGORITHM}
- RFC2136_NAMESERVER=${RFC2136_NAMESERVER}
- RFC2136_PROPAGATION_TIMEOUT=${RFC2136_PROPAGATION_TIMEOUT}
- RFC2136_POLLING_INTERVAL=${RFC2136_POLLING_INTERVAL}
deploy:
replicas: ${OPS_TRAEFIK_REPLICAS}
Expand Down
1 change: 0 additions & 1 deletion services/traefik/template.env
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ RFC2136_TSIG_KEY=${RFC2136_TSIG_KEY}
RFC2136_TSIG_SECRET=${RFC2136_TSIG_SECRET}
RFC2136_TSIG_ALGORITHM=${RFC2136_TSIG_ALGORITHM}
RFC2136_NAMESERVER=${RFC2136_NAMESERVER}
RFC2136_PROPAGATION_TIMEOUT=${RFC2136_PROPAGATION_TIMEOUT}
RFC2136_POLLING_INTERVAL=${RFC2136_POLLING_INTERVAL}

# AWS DNS challenge
Expand Down

0 comments on commit 77068a2

Please sign in to comment.