Skip to content

Commit baa13b7

Browse files
committed
Update the generated config.
1 parent ad48a81 commit baa13b7

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

jls.tool

+6-5
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ resolver60="search local.dak180.com local;nameserver 192.168.60.1"
1818
resolver04="search local.dak180.com local;nameserver 192.168.4.1"
1919
2020
# The release to base jails on.
21-
ioRelease="13.1-RELEASE" # LATEST
21+
ioRelease="13.2-RELEASE" # LATEST
2222
2323
# Common paths to be mounted into jails (relative to the host).
2424
mediaPth="/mnt/data/Media" # path to media; will be mounted to `/media` in jails
@@ -138,16 +138,17 @@ _transmission_static="192.168.0.0/16 192.168.60.1"
138138
# ${scriptPth} is set and is r/w by `jailmedia`
139139
140140
141-
# In this example we are setting the name of the bridge we are connecting to (or creating), what interface our trafic will go through (in this case the different from the web interface so we set the appropriate resolver), and set the use of DHCP and a fixed MAC address pair to go with it.
141+
# In this example we are setting the name of the bridges we are connecting to (or creating), what interface our trafic will go through (in this case the different from the web interface so we set the appropriate resolver), and set the use of DHCP and a fixed MAC address pair to go with it.
142142
_unifi=(
143143
vnet="1"
144144
allow_raw_sockets="1"
145-
interfaces="igb0:bridge4"
146-
vnet_default_interface="igb0"
145+
interfaces="vnet0:bridge0,vnet1:bridge4"
146+
vnet_default_interface="none"
147147
resolver="${resolver04}"
148148
bpf="1"
149149
dhcp="1"
150150
vnet0_mac="02ff608700b4 02ff608700b5"
151+
vnet1_mac="02ff60680091 02ff60680092"
151152
)
152153
153154
}
@@ -208,7 +209,7 @@ resolver="${resolver60}"
208209
bpf="1"
209210
dhcp="1"
210211
vnet0_mac="02ff60df8049 02ff60df804a"
211-
depends="plex transmission"
212+
depends="plex transmission flaresolverr"
212213
)
213214
214215
}

0 commit comments

Comments
 (0)