summaryrefslogtreecommitdiffstats
path: root/so-monitoring/so-monitoring-ui/.gitignore
blob: 6cf36fd5efc263004fc09d5a3373aaf2809d4429 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
2
# compiled output
dist
dist-server
tmp

# dependencies
node_modules
node_modules/*

# # IDEs and editors
/.idea
.project
.classpath
*.launch
.settings/

# e2e
e2e/*.js
e2e/*.map


#java
.project
.idea/
/target/
.settings*
.classpath
RT; type = socks5; } EOF echo 1 | sudo tee /proc/sys/net/ipv4/ip_forward sudo iptables -t filter -F sudo iptables -t mangle -F sudo iptables -t nat -F sudo iptables -t nat -N REDSOCKS || true sudo iptables -t nat -A REDSOCKS -d 0.0.0.0/16 -j RETURN sudo iptables -t nat -A REDSOCKS -d 10.0.0.0/16 -j RETURN sudo iptables -t nat -A REDSOCKS -d 127.0.0.0/16 -j RETURN sudo iptables -t nat -A REDSOCKS -d 169.254.0.0/16 -j RETURN sudo iptables -t nat -A REDSOCKS -d 172.16.0.0/12 -j RETURN sudo iptables -t nat -A REDSOCKS -d 192.168.0.0/16 -j RETURN sudo iptables -t nat -A REDSOCKS -d 224.0.0.0/4 -j RETURN sudo iptables -t nat -A REDSOCKS -d 240.0.0.0/4 -j RETURN sudo iptables -t nat -A REDSOCKS -p tcp -j REDIRECT --to-ports 6666 sudo iptables -t nat -A OUTPUT -p tcp -j REDSOCKS sudo iptables -t nat -A PREROUTING -p tcp -j REDSOCKS sudo iptables -t nat -A POSTROUTING -s 192.168.1.0/24 -j MASQUERADE sudo iptables -t nat -A PREROUTING -p udp --dport 53 -j DNAT --to-destination $DNS_SERVER sudo service redsocks restart wget --no-proxy www.sina.com.cn -O /dev/null