Merge pull request #63 from Khogniak/master

Added one missing command
This commit is contained in:
Kristian Haugene 2016-04-08 19:44:31 +02:00
commit b60c515c36

View File

@ -198,6 +198,7 @@ fi
- Go in the folder containing your script : `cd /volume1/foldername/` - Go in the folder containing your script : `cd /volume1/foldername/`
- Check permission with `chmod 0755 TUN.sh` - Check permission with `chmod 0755 TUN.sh`
- Run it with `./TUN.sh` - Run it with `./TUN.sh`
- Return to initial directory typing `cd`
- Create the DNS config file by typing `vim /volume1/foldername/resolv.conf` - Create the DNS config file by typing `vim /volume1/foldername/resolv.conf`
- Paste the following lines : - Paste the following lines :
``` ```