All Projects → ShivanKaul → draft-ip-address-privacy

ShivanKaul / draft-ip-address-privacy

Licence: other
Internet-Draft on IP address privacy

Programming Languages

Makefile
30231 projects

Projects that are alternatives of or similar to draft-ip-address-privacy

Ip Num
A TypeScript/JavaScript library for working with ASN, IPv4, and IPv6 numbers. It provides representations of these internet protocol numbers with the ability to perform various IP related operations like parsing, validating etc. on them
Stars: ✭ 113 (+653.33%)
Mutual labels:  ip-address
IPASN-History
IP ASN History to find ASN announcing an IP and the closest prefix announcing it at a specific date
Stars: ✭ 76 (+406.67%)
Mutual labels:  ip-address
go
Go library for IPinfo API (IP geolocation and other types of IP data)
Stars: ✭ 76 (+406.67%)
Mutual labels:  ip-address
Ip2location Go
Use IP2Location geolocation database to lookup the geolocation information with IP2Location Go Package. It can be used to determine country, region, city, coordinates, zip code, time zone, ISP, domain name, connection type, area code, weather, MCC, MNC, mobile brand name, elevation and usage type that any IP address or hostname originates from.
Stars: ✭ 142 (+846.67%)
Mutual labels:  ip-address
cs-wordpress-bouncer
CrowdSec is an open-source cyber security tool. This plugin blocks detected attackers or display them a captcha to check they are not bots.
Stars: ✭ 25 (+66.67%)
Mutual labels:  ip-address
node-ip2region
IP/IPv6 to region on Node.js (IP/IPv6 地址到区域运营商)
Stars: ✭ 95 (+533.33%)
Mutual labels:  ip-address
Ip2region
Ip2region is a offline IP location library with accuracy rate of 99.9% and 0.0x millseconds searching performance. DB file is ONLY a few megabytes with all IP address stored. binding for Java,PHP,C,Python,Nodejs,Golang,C#,lua. Binary,B-tree,Memory searching algorithm
Stars: ✭ 9,836 (+65473.33%)
Mutual labels:  ip-address
datagram
In-progress version of draft-ietf-quic-datagram
Stars: ✭ 25 (+66.67%)
Mutual labels:  ietf
private-ip
Check if IP address is private.
Stars: ✭ 26 (+73.33%)
Mutual labels:  ip-address
load-balancers
In-progress version of draft-ietf-quic-load-balancers
Stars: ✭ 31 (+106.67%)
Mutual labels:  ietf
Python
Official Python Library for IPinfo API (IP geolocation and other types of IP data)
Stars: ✭ 164 (+993.33%)
Mutual labels:  ip-address
IPpy
🚀 Ping IP addresses and domains in parallel to find the accessible and inaccessible ones.
Stars: ✭ 54 (+260%)
Mutual labels:  ip-address
bromelia
A Python micro framework for building Diameter protocol applications.
Stars: ✭ 26 (+73.33%)
Mutual labels:  ietf
Fcipaddressgeocoder
iOS Geocoder for geocode device IP Address location using GeoIP service(s) and a block-based syntax. 💻🌍
Stars: ✭ 114 (+660%)
Mutual labels:  ip-address
rails
Official Rails Library for IPinfo API (IP geolocation and other types of IP data)
Stars: ✭ 16 (+6.67%)
Mutual labels:  ip-address
Phpipam
phpipam development repository
Stars: ✭ 1,578 (+10420%)
Mutual labels:  ip-address
ruby
Official Ruby client library for IPinfo API (IP geolocation and other types of IP data)
Stars: ✭ 42 (+180%)
Mutual labels:  ip-address
Vytal
Browser extension to spoof timezone, geolocation, locale and user agent.
Stars: ✭ 1,449 (+9560%)
Mutual labels:  ip-address
alfred-ip-address-workflow
Alfred 5 workflow for getting your local and external IP addresses.
Stars: ✭ 163 (+986.67%)
Mutual labels:  ip-address
cli
Official Command Line Interface for the IPinfo API (IP geolocation and other types of IP data)
Stars: ✭ 1,279 (+8426.67%)
Mutual labels:  ip-address

Use Cases and Requirements for IP Address Privacy

This is the working area for the individual Internet-Draft, "Use Cases and Requirements for IP Address Privacy".

Building the Draft

Setup

See the installation instructions. For this I-D, Markdown is the canonical source, so kramdown-rfc2629 is what I use. This must be installed in addition to the right version of make and xml2rfc (yay, software) - please check the SETUP doc for details.

Also note that main is the default and working branch.

Build

Once you have the right tooling, formatted text and HTML versions of the draft can be built using make.

$ make

Quick commands

The usual flow is:

$ make

This generates the .txt and .html outputs.

To automatically fix lints:

$ make fix-lint

Then do a git commit. Note that a git commit will typically fail if the lint check fails.

Submitting

You have to use git tags to version the doc correctly. If the last tag is 00 then make submit will generate 01.

When you're ready to cut a new version, do:

make 
make next # this generates the versioned doc
# Once you're happy with it, upload the XML file: https://datatracker.ietf.org/submit/
# Then, upload the new tag to GitHub
git tag draft-ip-address-privacy-00 # the version you just uploaded to datatracker
git push origin draft-ip-address-privacy-00

This is the manual process outlined in the I-D template docs.

Contributing

See the guidelines for contributions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].