Skip to content

Commit 2b8abe6

Browse files
committed
Make a separate config file.
1 parent c3828c4 commit 2b8abe6

File tree

2 files changed

+417
-68
lines changed

2 files changed

+417
-68
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,25 +31,25 @@ It is suggested that following invocation be used to run this script from a Post
3131

3232
## ipfw.rules ##
3333

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.
3535

3636
## jls.tool ##
3737

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.
3939

4040
## pia-port-forward.sh ##
4141

4242
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.
4343

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`.
4545

4646
The `vpnDir` will need to be set to the location of the openvpn config directory.
4747

4848
The `firewallScript` needs to be set to the location of the `ipfw.rules` file.
4949

5050
## search.cmd ##
5151

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`.
5353

5454
## suite-definition.xml ##
5555

0 commit comments

Comments
 (0)