Интеграция с 24hTV (24часаТВ)

Ключ
Эта строка удалена.
Это слово было удалено. Это слово было добавлено.
Эта строка добавлена.

Изменения (1)

просмотр истории страницы
set -x
iptables -t nat -I asr_fiscal_prerouting -p tcp -m tcp -s 192.0.2.0/24 --dport 80 -m addrtype --dst-type LOCAL -j DNAT --to-destination 169.254.14.44:${app[apache.port]}
iptables -t nat -I asr_fiscal_prerouting -s 192.0.2.0/24 -p tcp -m tcp --dport 443 -m addrtype --dst-type LOCAL -j DNAT --to-destination 169.254.14.43:${app[apache.sslport2]} 169.254.24.43:${app[apache.sslport]}
set +x
fi