https://github.com/brian404/ipv6_to_ipv4
https://github.com/brian404/ipv6_to_ipv4
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/brian404/ipv6_to_ipv4
- Owner: brian404
- Created: 2023-06-13T20:10:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-15T11:35:36.000Z (about 3 years ago)
- Last Synced: 2025-02-14T20:59:28.951Z (over 1 year ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IPv6 to IPv4 Script
This script allows you to run an IPv4 script or application on a system with IPv6 connectivity by utilizing an IPv6-to-IPv4 proxy. It prompts the user for the IPv4 proxy address and port, checks the availability of IPv4 connectivity, and then runs the IPv4 script using the specified proxy.
## Prerequisites
- Bash: The script is designed to run on a Bash shell.
- IPv6 Connectivity: The system executing the script should have IPv6 connectivity.
- `wget` utility: Ensure that `wget` is installed on your system to download the script from a URL.
## Usage
Open a terminal and run the following command:
```bash
wget https://github.com/brian404/ipv6_to_ipv4/raw/main/ipv6_to_ipv4.sh && chmod +x ipv6_to_ipv4.sh