mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-07-03 00:45:47 +00:00
added instruction for redirection from www.*
This commit is contained in:
@ -13,6 +13,8 @@ description: I decided to change my site. You may find short list of changes bel
|
||||
{% highlight bash %}
|
||||
@ A 192.30.252.153
|
||||
@ A 192.30.252.154
|
||||
# redirection from www.*
|
||||
www CNAME @
|
||||
{% endhighlight %}
|
||||
(Symbol <code>@</code> means you root domain.) And next wait for two hours. You may find out the result as follows:
|
||||
{% highlight bash %}
|
||||
|
@ -13,6 +13,8 @@ description: Решил немного поиграться с сайтом. К
|
||||
{% highlight bash %}
|
||||
@ A 192.30.252.153
|
||||
@ A 192.30.252.154
|
||||
# перенаправление с www.*
|
||||
www CNAME @
|
||||
{% endhighlight %}
|
||||
(<code>@</code> значит наш корневой домен.) Ждем пару часов. Результат можно узнать примерно так:
|
||||
{% highlight bash %}
|
||||
|
Reference in New Issue
Block a user