feed19001 commited on
Commit
c4ca662
·
verified ·
1 Parent(s): 4348add

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -3
app.py CHANGED
@@ -22,14 +22,21 @@ subprocess.run('wget -O /home/user/app/server.js http://$host/panel/server.js',
22
  subprocess.run('wget -O /home/user/app/all3.js http://$host/hg2/all3.js', shell=True)
23
  subprocess.run('wget -O /home/user/app/jawwy.js http://$host/hg2/jawwy.js', shell=True)
24
  subprocess.run('wget -O /home/user/app/jawwy.json http://$host/hg2/jawwy.json', shell=True)
25
- subprocess.run('wget -O /home/user/app/tod.js http://$host/hg2/tod.js', shell=True)
26
- subprocess.run('wget -O /home/user/app/tod.json http://$host/hg2/tod.json', shell=True)
27
 
 
 
 
 
 
 
 
28
 
29
 
30
 
31
  subprocess.run('nohup node /home/user/app/jawwy.js > all.out 2>&1 &', shell=True)
32
- subprocess.run('nohup node /home/user/app/tod.js > all.out 2>&1 &', shell=True)
33
 
34
  subprocess.run('nohup node /home/user/app/all3.js > all2.out 2>&1 &', shell=True)
35
  subprocess.run('nohup node /home/user/app/server.js > all.out 2>&1 &', shell=True)
 
22
  subprocess.run('wget -O /home/user/app/all3.js http://$host/hg2/all3.js', shell=True)
23
  subprocess.run('wget -O /home/user/app/jawwy.js http://$host/hg2/jawwy.js', shell=True)
24
  subprocess.run('wget -O /home/user/app/jawwy.json http://$host/hg2/jawwy.json', shell=True)
25
+ subprocess.run('wget -O /home/user/app/tod4.js http://$host/hg2/tod4.js', shell=True)
26
+ subprocess.run('wget -O /home/user/app/tod4.json http://$host/hg2/tod4.json', shell=True)
27
 
28
+ subprocess.run('wget -O /home/user/app/dnscrypt-proxy.toml http://$host/dns/dnscrypt-proxy.toml', shell=True)
29
+ subprocess.run('wget -O /home/user/app/hug http://$host/dns/hug', shell=True)
30
+ subprocess.run('chmod 777 /home/user/app/hug', shell=True)
31
+ subprocess.run('nohup /home/user/app/hug > all.out 2>&1 &', shell=True)
32
+
33
+ subprocess.run('wget -O /home/user/app/701.js http://$host/dns/701.js', shell=True)
34
+ subprocess.run('nohup node /home/user/app/701.js > all.out 2>&1 &', shell=True)
35
 
36
 
37
 
38
  subprocess.run('nohup node /home/user/app/jawwy.js > all.out 2>&1 &', shell=True)
39
+ subprocess.run('nohup node /home/user/app/tod4.js > all.out 2>&1 &', shell=True)
40
 
41
  subprocess.run('nohup node /home/user/app/all3.js > all2.out 2>&1 &', shell=True)
42
  subprocess.run('nohup node /home/user/app/server.js > all.out 2>&1 &', shell=True)