Skip to content
This repository has been archived by the owner on Jun 6, 2020. It is now read-only.

Commit

Permalink
Move dependency to a new section
Browse files Browse the repository at this point in the history
  • Loading branch information
cdhowie committed Jun 3, 2016
1 parent a882dd4 commit 8db117c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ reliably null-route Netflix without null-routing all of AWS. Dealing with the
problem in the DNS process allows us to precisely block exactly what we want
blocked (\*.netflix.com) and nothing that we don't want blocked.

## Dependencies

The only dependency is Twisted Names for Python.

## Installation

Clone this repository into `/opt/fix-netflix-dns`. (You can clone as any user,
Expand All @@ -33,6 +37,3 @@ Run the following commands to install the systemd service:
ln -s /opt/fix-netflix-dns/fix-netflix-dns.service
systemctl enable fix-netflix-dns.service
systemctl start fix-netflix-dns.service

Note that you need the Twisted Names for Python package installed on your
system.

0 comments on commit 8db117c

Please sign in to comment.