proproxy 0.1.7 → 0.1.8
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/proproxy.rb +2 -2
- data/lib/proproxy/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5bdd2b3755ec034b6ed8176a2579caf17d7f543c08b2fede6281061fadfbd840
|
4
|
+
data.tar.gz: 2c59c64dfbd2fa450afcf27f4730eac41a805dd2a610f53356cf8e0a493f248b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9a6dc5fe06f43639ea33430f15e830f5296fe29f00e88d2962a11edd70bf2e0e5593107799019ac14c97d9890539a6301a68ba3ec60750094f8c30dd76d4a7af
|
7
|
+
data.tar.gz: e3e354846d16ecd9ce6479bb7668d38d13f59e1332071588bd02c42779722a7579df431aa0b2e7b2c9a7559e9577577c5094d927f298d2fc8162d8313938c60b
|
data/Gemfile.lock
CHANGED
data/lib/proproxy.rb
CHANGED
@@ -133,8 +133,8 @@ module Proproxy
|
|
133
133
|
|
134
134
|
def allow_specified_src
|
135
135
|
on @remote_host do
|
136
|
-
execute 'http_access allow myacl >> /etc/sysconfig/iptables'
|
137
|
-
execute 'http_access deny all >> /etc/sysconfig/iptables'
|
136
|
+
execute 'echo http_access allow myacl >> /etc/sysconfig/iptables'
|
137
|
+
execute 'echo http_access deny all >> /etc/sysconfig/iptables'
|
138
138
|
end
|
139
139
|
end
|
140
140
|
|
data/lib/proproxy/version.rb
CHANGED