You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -31,25 +31,25 @@ It is suggested that following invocation be used to run this script from a Post
31
31
32
32
## ipfw.rules ##
33
33
34
-
A script to setup `ipfw` to force all non lan trafic from the `transmission` user through the first listed `tun` device.
34
+
A script to setup `ipfw` to force all non lan trafic from the `transmission` user through the first listed `tun` device. For use with the `pia-port-forward.sh` script.
35
35
36
36
## jls.tool ##
37
37
38
-
This a script to automate the creation of jails; modification would likely be required for your setup.
38
+
This a script to automate the creation of jails; modification of the generated config file be required for your setup.
39
39
40
40
## pia-port-forward.sh ##
41
41
42
42
This is a script to maintain a pia vpn connection with an open port for transmission. It is intended to be run via cron at intervals of less than 15 mins from within the jail running transmission and openvpn.
43
43
44
-
This script generally expects to be run form a jail created via `jls.tool transmission`.
44
+
This script generally expects to be run form a jail created via `jls.tool -c jls.cfg -t transmission`.
45
45
46
46
The `vpnDir` will need to be set to the location of the openvpn config directory.
47
47
48
48
The `firewallScript` needs to be set to the location of the `ipfw.rules` file.
49
49
50
50
## search.cmd ##
51
51
52
-
A command to initiate crawls from within the **search** jail as setup by `jls.tool search`.
52
+
A command to initiate crawls from within the **search** jail as setup by `jls.tool -c jls.cfg -t search`.
0 commit comments