update files from system

This commit is contained in:
creme 2019-11-06 16:42:24 +00:00
parent 421f3ebc09
commit 0e34746123
2 changed files with 2 additions and 1 deletions

View File

@ -148,6 +148,8 @@ if [ "$1" = "start" ]; then
#
# lxcbr0 - 192.168.1.0/24
$IPT -w -t nat -A POSTROUTING -d 192.168.1.0/24 -s 192.168.1.1 -j SNAT --to 192.168.1.1
$IPT -w -t nat -A POSTROUTING -d 192.168.1.3 -s 192.168.1.1 -j SNAT --to 89.163.145.170
# dns
$IPT -w -t nat -A PREROUTING -d 89.163.145.170 -p udp --dport 53 -j DNAT --to-destination 192.168.1.2:53

View File

@ -27,7 +27,6 @@ server {
include snippets/ssl.conf;
include ssl/envs_net_wild.conf;
include snippets/local_ssl_header.conf;
add_header X-Frame-Options "ALLOW-FROM https://envs.sh/";
error_log /var/log/nginx/envs.net-error.log crit;