{{ define "page-title" }}Websites{{ end }} {{ define "page-description" }}Manage the settings of your websites{{ end }} {{ define "menu" }}
{{ end }} {{ define "body" }}

Domains

{{ $ip := .MyIP }} {{ $ip6 := .MyIPv6 }} {{ if not .Domains }} {{ end }} {{ range .Domains }} {{ if or (eq .Status "") (eq .Status "new") }} {{ end }} {{ if eq .Status "setup" }} {{ end }} {{ if eq .Status "error" }} {{ end }} {{ if eq .Status "ready" }} {{ end }} {{ if eq .Status "online" }} {{ end }} {{ end }}
DomainStatusInformationActions
No domains found.
{{ .Name}} new
  Action required

To pass the traffic for {{ .Name }} through this instance, you should change the IP address of the website. Use the control panel of your DNS hosting service provider (domain registrar) to change the DNS record of the type A and/or AAAA:

    {{ if ne .IPv4 "" }} {{ if eq $ip ""}}
  • Remove the A record for {{ .Name }} with IP address {{ .IPv4 }}
  • {{ else }} {{ if ne .IPv4 $ip }}
  • Replace the IP address for {{ .Name }} from {{ .IPv4 }} to {{ $ip }}
  • {{ end }} {{ end }} {{ else }} {{ if ne $ip ""}}
  • Add the A record for {{ .Name }} with IP address {{ $ip }}
  • {{ end }} {{ end }} {{ if ne .IPv6 "" }} {{ if eq $ip6 ""}}
  • Remove the AAAA record for {{ .Name }} with IP address {{ .IPv6 }}
  • {{ else }} {{ if ne .IPv6 $ip6 }}
  • Replace the IP address for {{ .Name }} from {{ .IPv6 }} to {{ $ip6 }}
  • {{ end }} {{ end }} {{ else }} {{ if ne $ip6 ""}}
  • Add the AAAA record for {{ .Name }} with IP address {{ $ip6 }}
  • {{ end }} {{ end }}
  • Change the IP address of subdomains, such as www, if needed

Click the Refresh button when you're done. It may take some time for the changes to propagate.

Refresh  
 setup
  Issuing SSL certificate…

The SSL certificate for {{ .Name }} is being issued. Please wait a few minutes for the certificate to be ready.

Refresh  
 error
  Error

The error was occured.

Refresh  
 almost done
  Contacting upstreams…

BotGuard GateKeeper contacts website upstreams to synchronize the settings. Please give us a minute to finish.

Refresh  
 online
  Settings

Add Domain…

{{ end }}