From upgrade docs: traefik.tcp.routers.mqtt.rule=H...
# upgrades
l
From upgrade docs: > traefik.tcp.routers.mqtt.rule=HostSNI(
broker.NETMAKER_BASE_DOMAIN
) Does this mean I need to set up a new DNS record for
broker
?
j
broker should have already had a dns record from previous versions, but if not, then yes
l
hmm I'm on 0.16.0 and I've never needed it?
Oh actually nvm, I am reusing an existing DNS record (API one) because I was using custom port
Is it possible to customize the broker DNS name?
j
that should be ok, I think, as long as all references are updated in docker-compose
2 Views