A self-hosted IPv4 Check Service for displaying your public IPv4. Primarily for pfSense, but compatible with other Linux/FBSD based solutions.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Jay Moore/NQ4T d0ab6174f3 Use shorter ifconfig command 1 year ago
LICENSE first commit 1 year ago
README.md first commit 1 year ago
getv4.php first commit 1 year ago
getv4.sh Use shorter ifconfig command 1 year ago

README.md

GetV4: Self-Hosted Check IP Service

This will allow you to obtain your WAN IPv4 address from pfSense in a manner similar to most Check IP webpages. It's output is simply just the IP address with no additional text. It will only return your machine's IPv4 and is not a public check IP service.

This is the same as the version included in HEDyn.

It is not strictly for pfSense and will work on any machine with a public v4 and php.

Installation

  • Modify getv4.sh with the interface name of your WAN device.
  • Modify getv4.php with the path to getv4.sh
  • Load getv4.php in your browser.

In pfSense installations, this directory is /usr/local/www

License

BSD 3-Clause License

Copyright (c) 2023, Jay Moore

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.