Skip to content

Commit

Permalink
Release v1.0.0.rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
britannic committed Jan 31, 2018
1 parent 54aa99a commit 50cc4df
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 18 deletions.
6 changes: 3 additions & 3 deletions .payload/post-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,9 @@ update_dns_configuration() {
try set service dns forwarding blacklist exclude yimg.com
try set service dns forwarding blacklist exclude ytimg.com
try set service dns forwarding blacklist hosts include beap.gemini.yahoo.com
try set service dns forwarding blacklist hosts source HostsFile.org description 'hostsfile.org bad hosts blacklist'
try set service dns forwarding blacklist hosts source HostsFile.org prefix 127.0.0.1
try set service dns forwarding blacklist hosts source HostsFile.org url 'http://www.hostsfile.org/Downloads/hosts.txt'
try set service dns forwarding blacklist hosts source hostsfile.org description '"hostsfile.org bad hosts blacklist"'
try set service dns forwarding blacklist hosts source hostsfile.org prefix '127.0.0.1'
try set service dns forwarding blacklist hosts source hostsfile.org url 'http://www.hostsfile.org/Downloads/hosts.txt'
try set service dns forwarding blacklist hosts source openphish description '"OpenPhish automatic phishing detection"'
try set service dns forwarding blacklist hosts source openphish prefix 'http'
try set service dns forwarding blacklist hosts source openphish url 'https://openphish.com/feed.txt'
Expand Down
Empty file modified .payload/pre-remove.sh
100644 → 100755
Empty file.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Releases

### Release Candidate v1.0.0.rc2 (January 31, 2018)

* Release candidate #2 v1.0.0
* New source added: [http://www.hostsfile.org/Downloads/hosts.txt](http://www.hostsfile.org/Downloads/hosts.txt)
* Added global exclude googleads.g.doubleclick.net to fix Google search results

### Release Candidate v1.0.0.rc1 (January 31, 2018)

* Release candidate #1 v1.0.0
Expand Down
18 changes: 11 additions & 7 deletions README.header
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# **UBNT edgeos-dnsmasq-blacklist dnsmasq DNS Blacklisting and Redirection**

[![License](https://img.shields.io/badge/license-BSD-blue.svg)](https://github.com/britannic/blacklist/blob/master/LICENSE.txt)[![Version](https://img.shields.io/badge/version-v1.0.0.rc1-green.svg)](https://github.com/britannic/blacklist)[![GoDoc](https://godoc.org/github.com/britannic/blacklist?status.svg)](https://godoc.org/github.com/britannic/blacklist)[![Build Status](https://travis-ci.org/britannic/blacklist.svg?branch=master)](https://travis-ci.org/britannic/blacklist)[![Coverage Status](https://coveralls.io/repos/github/britannic/blacklist/badge.svg?branch=master)](https://coveralls.io/github/britannic/blacklist?branch=master)[![Go Report Card](https://goreportcard.com/badge/gojp/goreportcard)](https://goreportcard.com/report/github.com/britannic/blacklist)
[![License](https://img.shields.io/badge/license-BSD-blue.svg)](https://github.com/britannic/blacklist/blob/master/LICENSE.txt)[![Version](https://img.shields.io/badge/version-v1.0.0.rc2-green.svg)](https://github.com/britannic/blacklist)[![GoDoc](https://godoc.org/github.com/britannic/blacklist?status.svg)](https://godoc.org/github.com/britannic/blacklist)[![Build Status](https://travis-ci.org/britannic/blacklist.svg?branch=master)](https://travis-ci.org/britannic/blacklist)[![Coverage Status](https://coveralls.io/repos/github/britannic/blacklist/badge.svg?branch=master)](https://coveralls.io/github/britannic/blacklist?branch=master)[![Go Report Card](https://goreportcard.com/badge/gojp/goreportcard)](https://goreportcard.com/report/github.com/britannic/blacklist)

[community.ubnt.com](https://community.ubnt.com/t5/EdgeMAX/Self-Installer-to-configure-Ad-Server-and-Blacklist-Blocking/td-p/1337892)

Expand Down Expand Up @@ -42,7 +42,7 @@ modification, are permitted provided that the following conditions are met:

## **Latest Release**

       [![Latest Release](https://img.shields.io/badge/-Latest%20Release-green.svg)](https://github.com/britannic/blacklist/releases/latest)
       [![Latest Release](https://img.shields.io/badge/Latest%20Release-v1.0.0.rc2-green.svg)](https://github.com/britannic/blacklist/releases/latest)

## **Change Log**

Expand All @@ -66,16 +66,16 @@ modification, are permitted provided that the following conditions are met:
### **EdgeRouter ERLite-3, ERPoe-5 & UniFi-Gateway-3**

```bash
curl https://community.ubnt.com/ubnt/attachments/ubnt/EdgeMAX/194030/5/edgeos-dnsmasq-blacklist_1.0.0.rc1_mips.deb.tgz | tar -xvz
sudo dpkg -i edgeos-dnsmasq-blacklist_1.0.0.rc1_mips.deb
curl https://community.ubnt.com/ubnt/attachments/ubnt/EdgeMAX/194030/9/edgeos-dnsmasq-blacklist_1.0.0.rc2_mips.deb.tgz | tar -xvz
sudo dpkg -i edgeos-dnsmasq-blacklist_1.0.0.rc2_mips.deb
```

### **EdgeRouter ER-X & ER-X-SFP**

```bash
curl
https://community.ubnt.com/ubnt/attachments/ubnt/EdgeMAX/194030/6/edgeos-dnsmasq-blacklist_1.0.0.rc1_mipsel.deb.tgz | tar -xvz
sudo dpkg -i edgeos-dnsmasq-blacklist_1.0.0.rc1_mipsel.deb
https://community.ubnt.com/ubnt/attachments/ubnt/EdgeMAX/194030/10/edgeos-dnsmasq-blacklist_1.0.0.rc2_mipsel.deb.tgz | tar -xvz
sudo dpkg -i edgeos-dnsmasq-blacklist_1.0.0.rc2_mipsel.deb
```

## **Upgrade**
Expand Down Expand Up @@ -111,7 +111,11 @@ set service dns forwarding blacklist disabled false
commit;save;exit
```

**How do I back up my blacklist configuration before upgrading and restore it afterward?**
**Does the install backup my blacklist configuration before deleting it?**

* If a blacklist configuration already exists, the install routine will automatically back it up to /config/user-data/blacklist.$(date +'%FT%H%M%S').cmds

**How do I back up my blacklist configuration and restore it later?**

* use the following commands (make a note of the file name):

Expand Down
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# **UBNT edgeos-dnsmasq-blacklist dnsmasq DNS Blacklisting and Redirection**

[![License](https://img.shields.io/badge/license-BSD-blue.svg)](https://github.com/britannic/blacklist/blob/master/LICENSE.txt)[![Version](https://img.shields.io/badge/version-v1.0.0.rc1-green.svg)](https://github.com/britannic/blacklist)[![GoDoc](https://godoc.org/github.com/britannic/blacklist?status.svg)](https://godoc.org/github.com/britannic/blacklist)[![Build Status](https://travis-ci.org/britannic/blacklist.svg?branch=master)](https://travis-ci.org/britannic/blacklist)[![Coverage Status](https://coveralls.io/repos/github/britannic/blacklist/badge.svg?branch=master)](https://coveralls.io/github/britannic/blacklist?branch=master)[![Go Report Card](https://goreportcard.com/badge/gojp/goreportcard)](https://goreportcard.com/report/github.com/britannic/blacklist)
[![License](https://img.shields.io/badge/license-BSD-blue.svg)](https://github.com/britannic/blacklist/blob/master/LICENSE.txt)[![Version](https://img.shields.io/badge/version-v1.0.0.rc2-green.svg)](https://github.com/britannic/blacklist)[![GoDoc](https://godoc.org/github.com/britannic/blacklist?status.svg)](https://godoc.org/github.com/britannic/blacklist)[![Build Status](https://travis-ci.org/britannic/blacklist.svg?branch=master)](https://travis-ci.org/britannic/blacklist)[![Coverage Status](https://coveralls.io/repos/github/britannic/blacklist/badge.svg?branch=master)](https://coveralls.io/github/britannic/blacklist?branch=master)[![Go Report Card](https://goreportcard.com/badge/gojp/goreportcard)](https://goreportcard.com/report/github.com/britannic/blacklist)

[community.ubnt.com](https://community.ubnt.com/t5/EdgeMAX/Self-Installer-to-configure-Ad-Server-and-Blacklist-Blocking/td-p/1337892)

Expand Down Expand Up @@ -42,7 +42,7 @@ modification, are permitted provided that the following conditions are met:

## **Latest Release**

       [![Latest Release](https://img.shields.io/badge/-Latest%20Release-green.svg)](https://github.com/britannic/blacklist/releases/latest)
       [![Latest Release](https://img.shields.io/badge/Latest%20Release-v1.0.0.rc2-green.svg)](https://github.com/britannic/blacklist/releases/latest)

## **Change Log**

Expand All @@ -66,16 +66,16 @@ modification, are permitted provided that the following conditions are met:
### **EdgeRouter ERLite-3, ERPoe-5 & UniFi-Gateway-3**

```bash
curl https://community.ubnt.com/ubnt/attachments/ubnt/EdgeMAX/194030/5/edgeos-dnsmasq-blacklist_1.0.0.rc1_mips.deb.tgz | tar -xvz
sudo dpkg -i edgeos-dnsmasq-blacklist_1.0.0.rc1_mips.deb
curl https://community.ubnt.com/ubnt/attachments/ubnt/EdgeMAX/194030/9/edgeos-dnsmasq-blacklist_1.0.0.rc2_mips.deb.tgz | tar -xvz
sudo dpkg -i edgeos-dnsmasq-blacklist_1.0.0.rc2_mips.deb
```

### **EdgeRouter ER-X & ER-X-SFP**

```bash
curl
https://community.ubnt.com/ubnt/attachments/ubnt/EdgeMAX/194030/6/edgeos-dnsmasq-blacklist_1.0.0.rc1_mipsel.deb.tgz | tar -xvz
sudo dpkg -i edgeos-dnsmasq-blacklist_1.0.0.rc1_mipsel.deb
https://community.ubnt.com/ubnt/attachments/ubnt/EdgeMAX/194030/10/edgeos-dnsmasq-blacklist_1.0.0.rc2_mipsel.deb.tgz | tar -xvz
sudo dpkg -i edgeos-dnsmasq-blacklist_1.0.0.rc2_mipsel.deb
```

## **Upgrade**
Expand Down Expand Up @@ -111,7 +111,11 @@ set service dns forwarding blacklist disabled false
commit;save;exit
```

**How do I back up my blacklist configuration before upgrading and restore it afterward?**
**Does the install backup my blacklist configuration before deleting it?**

* If a blacklist configuration already exists, the install routine will automatically back it up to /config/user-data/blacklist.$(date +'%FT%H%M%S').cmds

**How do I back up my blacklist configuration and restore it later?**

* use the following commands (make a note of the file name):

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0.rc1
1.0.0.rc2

0 comments on commit 50cc4df

Please sign in to comment.