Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
un33k committed Feb 18, 2022
1 parent 04c6239 commit 585ca96
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Django IPware
# Django IPware (Read [Notice](README.md#Notice))

**A Django application to retrieve client's IP address**

Expand All @@ -12,11 +12,15 @@

# Notice

There is not a good `out-of-the-box` solution against fake IP addresses, aka `IP Address Spoofing`.
There is no perfect `out-of-the-box` solution against fake IP addresses, aka `IP Address Spoofing`.
You are encouraged to read the ([Advanced users](README.md#advanced-users)) section of this page and
use `trusted_proxies_ips` and/or `proxy_count` features to match your needs, especially `if` you are
planning to include `ipware` in any authentication, security or `anti-fraud` related architecture.

This is an open source projects, with the source code visible to all. Therefore, it may be exploited through unimplemented, or badly implemented features.

Please use ipware `ONLY` as a complement to your `firewall` security measures!

# How to install

1. easy_install django-ipware
Expand Down

0 comments on commit 585ca96

Please sign in to comment.