Commit 0da4581b authored by Administrator's avatar Administrator

Merge branch 'staging' into 'master'

3proxy设置黑名单

See merge request !155
parents 29ef4f85 3802ecfc
......@@ -64,6 +64,7 @@ public class Set3proxyTask {
bw.write("fakeresolve\n");
bw.write("config /root/3proxy.cfg\n");
bw.write("monitor /root/3proxy.cfg\n");
bw.write("deny * * *facebook*,*google.*,*youtube*,*twitter*\n");
for (IpResource ipResource : ipResources) {
if (StringUtils.isNotBlank(ipResource.getAddr()))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment