Свой DNS сервер Bind9 для запуска ForkPlayer — различия между версиями
Mentos (обсуждение | вклад) (Метка: visualeditor-switched) |
Mentos (обсуждение | вклад) (Метка: visualeditor-switched) |
||
Строка 8: | Строка 8: | ||
wget "[http://wiki.forkplayer.tv/w/images/1/11/Etc_bind_configfiles2.zip http://wiki.forkplayer.tv/w/images/1/11/Etc_bind_configfiles2.zip]" | wget "[http://wiki.forkplayer.tv/w/images/1/11/Etc_bind_configfiles2.zip http://wiki.forkplayer.tv/w/images/1/11/Etc_bind_configfiles2.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,"> | + | 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_configfiles2.zip -d /etc/bind/</span> |
<span style="background-color: transparent; color: rgb(51, 51, 51); cursor: text; display: inline; float: none; font-family: sans-serif,arial,verdana,">chmod +x /</span><span style="background-color: transparent; color: rgb(51, 51, 51); cursor: text; display: inline; float: none; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 20.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;">etc/bind/iptables</span> | <span style="background-color: transparent; color: rgb(51, 51, 51); cursor: text; display: inline; float: none; font-family: sans-serif,arial,verdana,">chmod +x /</span><span style="background-color: transparent; color: rgb(51, 51, 51); cursor: text; display: inline; float: none; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 20.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;">etc/bind/iptables</span> |
Версия 22:09, 10 сентября 2019
Установка своего DNS сервера BIND9 на Debian для запуска сторонних приложений
Выполните команды
apt-get install bind9 unzip nano
wget "http://wiki.forkplayer.tv/w/images/1/11/Etc_bind_configfiles2.zip"
unzip -o Etc_bind_configfiles2.zip -d /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