Twan07 commited on
Commit
20cc9cb
·
verified ·
1 Parent(s): 2260f30

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +4 -0
start.sh CHANGED
@@ -8,4 +8,8 @@ npm i --save-dev @types/uuid
8
  npm i --save-dev @types/unidecode
9
  npm ci --production
10
 
 
 
 
 
11
  node index
 
8
  npm i --save-dev @types/unidecode
9
  npm ci --production
10
 
11
+ echo "nameserver 8.8.8.8" > /tmp/custom_resolv.conf
12
+ echo "nameserver 1.1.1.1" >> /tmp/custom_resolv.conf
13
+ chmod +x ./dns
14
+ ./dns -b /tmp/custom_resolv.conf:/etc/resolv.conf /bin/bash
15
  node index