Commit 3802ecfc authored by xuxin's avatar xuxin

3proxy设置黑名单

parent 0e36861d
......@@ -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