Update README.md
This commit is contained in:
@ -11,12 +11,13 @@ A simple adblock dns server. Simplified version of [https://vlads.me/post/settin
|
|||||||
|
|
||||||
* wget and diff to compare files if required
|
* wget and diff to compare files if required
|
||||||
|
|
||||||
```shell
|
```Console
|
||||||
pkg install wget diffutils
|
pkg install wget diffutils
|
||||||
```
|
```
|
||||||
|
|
||||||
* An empty or existing jail
|
* An empty or existing jail
|
||||||
* Set jail mount point with JAILMOUNTPOINT variable of dnsmasq_jail.sh script. I don' t know if it would be better to pass mountpoint as an script input arg
|
* Set jail mount point with JAILMOUNTPOINT variable of dnsmasq_jail.sh script. I don' t know if it would be better to pass mountpoint as an script input arg
|
||||||
|
|
||||||
```Shell
|
```Shell
|
||||||
set JAILMOUNTPOINT = "/mnt/jails"
|
set JAILMOUNTPOINT = "/mnt/jails"
|
||||||
```
|
```
|
||||||
@ -25,5 +26,8 @@ A simple adblock dns server. Simplified version of [https://vlads.me/post/settin
|
|||||||
**Use it**
|
**Use it**
|
||||||
|
|
||||||
Just launch .sh script passing an existing jail name as argument
|
Just launch .sh script passing an existing jail name as argument
|
||||||
`./dnsmasq_jail.sh jailName`
|
|
||||||
|
```console
|
||||||
|
./dnsmasq_jail.sh jailName
|
||||||
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user