Twan07 commited on
Commit
f85531c
·
verified ·
1 Parent(s): 0ecc0e7

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +2 -5
start.sh CHANGED
@@ -7,10 +7,7 @@ npm i --save-dev @types/busboy
7
  npm i --save-dev @types/uuid
8
  npm i --save-dev @types/unidecode
9
  npm ci --production
10
- echo "nameserver 8.8.8.8" > /tmp/resolv.conf
11
- echo "nameserver 1.1.1.1" >> /tmp/resolv.conf
12
- sudo sh -c 'echo -e "nameserver 1.1.1.1\nnameserver 8.8.8.8" > /etc/resolv.conf'
13
  cat /etc/resolv.conf
14
- chmod +x ./dns
15
- ./dns -b /tmp/custom_resolv.conf:/etc/resolv.conf /bin/bash
16
  node index
 
7
  npm i --save-dev @types/uuid
8
  npm i --save-dev @types/unidecode
9
  npm ci --production
10
+
 
 
11
  cat /etc/resolv.conf
12
+
 
13
  node index