-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
41 lines (22 loc) · 1.05 KB
/
Copy pathREADME
File metadata and controls
41 lines (22 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# CIDR App
CIDR App is a Python web application that allows users to search for IP addresses and retrieve information from Azure Service Tags.
## Installation
1. Clone the repository:
git clone https://github.com/your-username/cidrapp.git
2. Install the dependencies:
pip install -r requirements.txt
## Usage
1. Run the application:
python app.py
2. Access the web app:
Open your web browser and go to http://localhost:5000/cidrapp/search.
3. Perform IP address search:
- Enter the IP address in the search box.
- Click the "Search" button.
- The application will display the results, including the IP address, CIDR range match, service tag name, and region.
## Configuration
No additional configuration is required for this application.
## Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, please submit an issue or a pull request.
## License
This project is released under the Generic Free Use License Guidelines. You can find more details at: https://choosealicense.com/no-permission/