https://github.com/tim-crisp/wireguard-allowed-ips-calculator
A client side "AllowedIPs" calculator. This can also be used as a generic tool to exclude a subset of CIDR's from a larger scoped CIDR.
https://github.com/tim-crisp/wireguard-allowed-ips-calculator
calculator cidr ip ip-range networking subnet web wireguard
Last synced: about 1 year ago
JSON representation
A client side "AllowedIPs" calculator. This can also be used as a generic tool to exclude a subset of CIDR's from a larger scoped CIDR.
- Host: GitHub
- URL: https://github.com/tim-crisp/wireguard-allowed-ips-calculator
- Owner: tim-crisp
- Created: 2024-11-28T21:28:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-06T19:11:39.000Z (over 1 year ago)
- Last Synced: 2025-01-06T20:25:58.017Z (over 1 year ago)
- Topics: calculator, cidr, ip, ip-range, networking, subnet, web, wireguard
- Language: TypeScript
- Homepage: https://tim-crisp.github.io/wireguard-allowed-ips-calculator/
- Size: 341 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Wireguard "AllowedIPs" Calculator
A client side Wireguard "AllowedIPs" calculator. This can also be used as a generic tool to exclude a subset of CIDR's from a larger scoped CIDR.
Any change you make to Allowed IPs or Disallowed IPs is persisted in the url hash so you can easily bookmark calculations or send them to others. [For example, allow 0.0.0.0/0, disallow 1.1.1.1 and 8.8.8.8](https://tim-crisp.github.io/wireguard-allowed-ips-calculator#%7B%22allowedIps%22%3A%220.0.0.0%2F0%22%2C%22disallowedIps%22%3A%221.1.1.1%2C%208.8.8.8%22%7D).
---
---


## Credits
- [next.js](https://github.com/vercel/next.js)
- [shadcn](https://github.com/shadcn-ui/ui)
- [cidr-tools](https://github.com/silverwind/cidr-tools)