Skip to content

Commit

Permalink
Fix invalid IP (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Jan 1, 2021
1 parent 55c74fd commit f2aca2f
Show file tree
Hide file tree
Showing 11 changed files with 70 additions and 66 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 4.34.2 (2021/01/01)

* Fix invalid IP (#299)

## 4.34.1 (2020/12/31)

* Update hosts for spy and update rules
Expand Down
112 changes: 56 additions & 56 deletions app/bindata/bindata.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/eset/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
### License: MIT
### More info: https://github.com/crazy-max/WindowsSpyBlocker

13.105.74.491,
13.64.186.225,
13.69.146.58,
13.70.180.171,
Expand All @@ -27,6 +26,7 @@
13.89.51.159,
13.89.202.241,
13.95.147.73,
13.105.74.49,
13.107.3.128,
13.107.3.254,
13.107.5.80,
Expand Down
2 changes: 1 addition & 1 deletion data/firewall/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
13.89.51.159
13.89.202.241
13.95.147.73
13.105.74.491
13.105.74.49
13.107.3.128
13.107.3.254
13.107.5.80
Expand Down
2 changes: 1 addition & 1 deletion data/kaspersky/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
### License: MIT
### More info: https://github.com/crazy-max/WindowsSpyBlocker

13.105.74.491,
13.64.186.225,
13.69.146.58,
13.70.180.171,
Expand All @@ -27,6 +26,7 @@
13.89.51.159,
13.89.202.241,
13.95.147.73,
13.105.74.49,
13.107.3.128,
13.107.3.254,
13.107.5.80,
Expand Down
2 changes: 1 addition & 1 deletion data/openwrt/extra/firewall.user
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ iptables -t nat -I PREROUTING -p tcp --dport 53 -j REDIRECT --to-ports 53
iptables -t nat -I PREROUTING -p udp --dport 53 -j REDIRECT --to-ports 53

# rules
iptables -I FORWARD -j DROP -d 13.105.74.491
iptables -I FORWARD -j DROP -d 13.64.186.225
iptables -I FORWARD -j DROP -d 13.69.146.58
iptables -I FORWARD -j DROP -d 13.70.180.171
Expand All @@ -32,6 +31,7 @@ iptables -I FORWARD -j DROP -d 13.88.145.128
iptables -I FORWARD -j DROP -d 13.89.51.159
iptables -I FORWARD -j DROP -d 13.89.202.241
iptables -I FORWARD -j DROP -d 13.95.147.73
iptables -I FORWARD -j DROP -d 13.105.74.49
iptables -I FORWARD -j DROP -d 13.107.3.128
iptables -I FORWARD -j DROP -d 13.107.3.254
iptables -I FORWARD -j DROP -d 13.107.5.80
Expand Down
2 changes: 1 addition & 1 deletion data/p2p/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
### License: MIT
### More info: https://github.com/crazy-max/WindowsSpyBlocker

WindowsSpyBlocker:13.105.74.491-13.105.74.491
WindowsSpyBlocker:13.64.186.225-13.64.186.225
WindowsSpyBlocker:13.69.146.58-13.69.146.58
WindowsSpyBlocker:13.70.180.171-13.70.180.171
Expand All @@ -27,6 +26,7 @@ WindowsSpyBlocker:13.88.145.128-13.88.145.128
WindowsSpyBlocker:13.89.51.159-13.89.51.159
WindowsSpyBlocker:13.89.202.241-13.89.202.241
WindowsSpyBlocker:13.95.147.73-13.95.147.73
WindowsSpyBlocker:13.105.74.49-13.105.74.49
WindowsSpyBlocker:13.107.3.128-13.107.3.128
WindowsSpyBlocker:13.107.3.254-13.107.3.254
WindowsSpyBlocker:13.107.5.80-13.107.5.80
Expand Down
2 changes: 1 addition & 1 deletion data/proxifier/extra/ips.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
13.105.74.491;
13.64.186.225;
13.69.146.58;
13.70.180.171;
Expand All @@ -23,6 +22,7 @@
13.89.51.159;
13.89.202.241;
13.95.147.73;
13.105.74.49;
13.107.3.128;
13.107.3.254;
13.107.5.80;
Expand Down
4 changes: 2 additions & 2 deletions data/simplewall/extra/blocklist.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<!-- WindowsSpyBlocker - simplewall extra rules -->
<!-- License: MIT -->
<!-- Source: https://github.com/crazy-max/WindowsSpyBlocker -->
<!-- Last-Modified: Thu, 31 Dec 2020 14:00:31 +0100 -->
<!-- Last-Modified: Fri, 01 Jan 2021 21:55:27 +0100 -->

<?xml version="1.0"?>
<root>
<item name="extra_13.105.74.491" rule="13.105.74.491" dir="0" protocol="0" version="0" is_block="1" is_enabled="1" />
<item name="extra_13.64.186.225" rule="13.64.186.225" dir="0" protocol="0" version="0" is_block="1" is_enabled="1" />
<item name="extra_13.69.146.58" rule="13.69.146.58" dir="0" protocol="0" version="0" is_block="1" is_enabled="1" />
<item name="extra_13.70.180.171" rule="13.70.180.171" dir="0" protocol="0" version="0" is_block="1" is_enabled="1" />
Expand All @@ -30,6 +29,7 @@
<item name="extra_13.89.51.159" rule="13.89.51.159" dir="0" protocol="0" version="0" is_block="1" is_enabled="1" />
<item name="extra_13.89.202.241" rule="13.89.202.241" dir="0" protocol="0" version="0" is_block="1" is_enabled="1" />
<item name="extra_13.95.147.73" rule="13.95.147.73" dir="0" protocol="0" version="0" is_block="1" is_enabled="1" />
<item name="extra_13.105.74.49" rule="13.105.74.49" dir="0" protocol="0" version="0" is_block="1" is_enabled="1" />
<item name="extra_13.107.3.128" rule="13.107.3.128" dir="0" protocol="0" version="0" is_block="1" is_enabled="1" />
<item name="extra_13.107.3.254" rule="13.107.3.254" dir="0" protocol="0" version="0" is_block="1" is_enabled="1" />
<item name="extra_13.107.5.80" rule="13.107.5.80" dir="0" protocol="0" version="0" is_block="1" is_enabled="1" />
Expand Down
2 changes: 1 addition & 1 deletion data/simplewall/spy/blocklist.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- WindowsSpyBlocker - simplewall spy rules -->
<!-- License: MIT -->
<!-- Source: https://github.com/crazy-max/WindowsSpyBlocker -->
<!-- Last-Modified: Thu, 31 Dec 2020 14:00:31 +0100 -->
<!-- Last-Modified: Fri, 01 Jan 2021 21:55:27 +0100 -->

<?xml version="1.0"?>
<root>
Expand Down
2 changes: 1 addition & 1 deletion data/simplewall/update/blocklist.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- WindowsSpyBlocker - simplewall update rules -->
<!-- License: MIT -->
<!-- Source: https://github.com/crazy-max/WindowsSpyBlocker -->
<!-- Last-Modified: Thu, 31 Dec 2020 14:00:31 +0100 -->
<!-- Last-Modified: Fri, 01 Jan 2021 21:55:27 +0100 -->

<?xml version="1.0"?>
<root>
Expand Down

0 comments on commit f2aca2f

Please sign in to comment.