Свой DNS сервер Bind9 для запуска ForkPlayer — различия между версиями
Vytas (обсуждение | вклад) (Метка: visualeditor) |
|||
Строка 6: | Строка 6: | ||
apt-get install bind9 unzip nano | apt-get install bind9 unzip nano | ||
− | wget " | + | wget "http://wiki.forkplayer.tv/w/images/0/01/Etc_bind_configfiles.zip" |
unzip -o <span style="background-color: transparent; color: rgb(51, 51, 51); cursor: text; display: inline; float: none; font-family: sans-serif,arial,verdana,">Etc_bind_configfiles.zip /etc/bind/</span> | unzip -o <span style="background-color: transparent; color: rgb(51, 51, 51); cursor: text; display: inline; float: none; font-family: sans-serif,arial,verdana,">Etc_bind_configfiles.zip /etc/bind/</span> | ||
Строка 31: | Строка 31: | ||
<blockquote style="border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 0px; border-left-color: rgb(204, 204, 204); border-left-style: solid; border-left-width: 5px; border-right-color: rgb(204, 204, 204); border-right-style: solid; border-right-width: 0px; border-top-color: rgb(204, 204, 204); border-top-style: solid; border-top-width: 0px; font-family: georgia,times,"> | <blockquote style="border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 0px; border-left-color: rgb(204, 204, 204); border-left-style: solid; border-left-width: 5px; border-right-color: rgb(204, 204, 204); border-right-style: solid; border-right-width: 0px; border-top-color: rgb(204, 204, 204); border-top-style: solid; border-top-width: 0px; font-family: georgia,times,"> | ||
nano /etc/bind/lg.host | nano /etc/bind/lg.host | ||
− | </blockquote> | + | </blockquote> |
+ | |||
+ | |||
| | ||
| |
Версия 08:42, 21 мая 2019
Установка своего DNS сервера BIND9 на Debian для запуска сторонних приложений
Выполните команды
apt-get install bind9 unzip nano
wget "http://wiki.forkplayer.tv/w/images/0/01/Etc_bind_configfiles.zip"
unzip -o Etc_bind_configfiles.zip /etc/bind/
chmod +x /etc/bind/iptables
/etc/bind/iptables
service bind9 start
Далее включаем в автозагрузку выполнение /etc/bind/iptables (Защита от DNS Amplification)
nano /etc/rc.local
и вставляем перед exit 0 текст
/etc/bind/iptables
Можно отредактировать конфиг с зонами и оставить там только необходимые переадресации (например оставить только Tvigle или IVI)
nano /etc/bind/named.conf.local
Можно отредактировать конфиг с host и прописать другой ip адрес приложения (для ForkPlayer это 85.17.30.89 или 195.88.208.101) или разместить свое приложение/магазин приложений в корне веб сервера и прописать его ip адрес
nano /etc/bind/lg.host