mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-07-04 01:15:46 +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 %}
|
{% highlight bash %}
|
||||||
@ A 192.30.252.153
|
@ A 192.30.252.153
|
||||||
@ A 192.30.252.154
|
@ A 192.30.252.154
|
||||||
|
# redirection from www.*
|
||||||
|
www CNAME @
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
(Symbol <code>@</code> means you root domain.) And next wait for two hours. You may find out the result as follows:
|
(Symbol <code>@</code> means you root domain.) And next wait for two hours. You may find out the result as follows:
|
||||||
{% highlight bash %}
|
{% highlight bash %}
|
||||||
|
@ -13,6 +13,8 @@ description: Решил немного поиграться с сайтом. К
|
|||||||
{% highlight bash %}
|
{% highlight bash %}
|
||||||
@ A 192.30.252.153
|
@ A 192.30.252.153
|
||||||
@ A 192.30.252.154
|
@ A 192.30.252.154
|
||||||
|
# перенаправление с www.*
|
||||||
|
www CNAME @
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
(<code>@</code> значит наш корневой домен.) Ждем пару часов. Результат можно узнать примерно так:
|
(<code>@</code> значит наш корневой домен.) Ждем пару часов. Результат можно узнать примерно так:
|
||||||
{% highlight bash %}
|
{% highlight bash %}
|
||||||
|
Reference in New Issue
Block a user