Commit 65873c7e authored by Administrator's avatar Administrator

Merge branch 'patch-1' into 'master'

Update Set3proxyTask.java

See merge request !142
parents 05e808d7 cff41a3c
......@@ -64,6 +64,7 @@ public class Set3proxyTask {
FileWriter fileWriter =new FileWriter(file, true);
BufferedWriter bw = new BufferedWriter(fileWriter);
bw.write("daemon\nlog /var/log/3proxy.log D\nrotate 30\n");
bw.write("maxconn 10000\n");
bw.write("config /root/3proxy.cfg\n");
bw.write("monitor /root/3proxy.cfg\n");
......
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