.Name returns no value with consul catalog

That's my point! If i remove defaultRule it works. If I put the exact same default rule in defaultRule it fails to start.

My full config (the missing quotes is not in this config. i didn't copy pasted last post)


[entryPoints]
    [entryPoints.http]
    address = ":80"
    [entryPoints.https]
    address = ":443"
    [entryPoints.traefik]
    address = ":8081"

[api]
    dashboard = true
    insecure  = true

# Enable Consul Catalog configuration backend.
[providers.consulCatalog]
    prefix           = "traefik"
    exposedByDefault = true
    defaultRule = "Host(`{{ .Name }}.192.168.1.201.nip.io`)"

    [providers.consulCatalog.endpoint]
      address = "127.0.0.1:8500"
      scheme  = "http"
      token = "9999999999999999999999999"
[accessLog]
[log]
    level = "DEBUG"