utm-plc 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.mkd +10 -0
- metadata +2 -2
data/README.mkd
CHANGED
|
@@ -14,6 +14,16 @@ You will need Ruby to run this script as it is a RubyGem. You will also need to
|
|
|
14
14
|
your UTM, you must be in the list of Allowed Networks, and you must know what the passwords are for the
|
|
15
15
|
root and loginuser accounts, which you can set under the Shell Access tab under Management -> System Settings.
|
|
16
16
|
|
|
17
|
+
### Installation ###
|
|
18
|
+
|
|
19
|
+
To install:
|
|
20
|
+
|
|
21
|
+
gem install utm-plc
|
|
22
|
+
|
|
23
|
+
From there, as long as the path to your gems bin directory is in your $PATH, you should be able to run it:
|
|
24
|
+
|
|
25
|
+
plc
|
|
26
|
+
|
|
17
27
|
### How It Works ###
|
|
18
28
|
|
|
19
29
|
Here is a general overview of how it works.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: utm-plc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-05-
|
|
12
|
+
date: 2013-05-22 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: This tool logs in to your UTM and interacts with 'cc' to check the configuration
|
|
15
15
|
of every web filter configuration in use and list the ones that are not configured
|