README.md

This commit is contained in:
q3aql 2024-05-01 10:59:22 +02:00
parent 79186570a6
commit 4ab3c3df52

View File

@ -3,9 +3,9 @@ ip2e - Receive your public IP (dynamic) by email when it is renewed.
### Tools: ### Tools:
* [ip2e-daemon.py](src/ip2e-daemon.py) - Daemon to control & send by email your public IP. * [ip2e-daemon.py](https://git.q3aql.dev/q3aql/ip2e/src/branch/master/src/ip2e-daemon.py) - Daemon to control & send by email your public IP.
* [ip2e-log.py](src/ip2e-log.py) - Tool to see the log file when daemon is running. * [ip2e-log.py](https://git.q3aql.dev/q3aql/ip2e/src/branch/master/src/ip2e-log.py) - Tool to see the log file when daemon is running.
* [ip2e-config.py](src/ip2e-config.py) - Tool to create a valid configuration file. * [ip2e-config.py](https://git.q3aql.dev/q3aql/ip2e/src/branch/master/src/ip2e-config.py) - Tool to create a valid configuration file.
### Downloads: ### Downloads:
@ -23,7 +23,7 @@ _Dependence: `python3`._
* Open the terminal and type the following comands: * Open the terminal and type the following comands:
```shell ```shell
$ git clone https://gitlab.com/q3aql/ip2e.git $ git clone https://git.q3aql.dev/q3aql/ip2e.git
$ cd ip2e $ cd ip2e
$ sudo make install $ sudo make install
```` ````
@ -35,7 +35,7 @@ _Note: You must install `git` previously._
* Open the terminal and type the following comands: * Open the terminal and type the following comands:
```shell ```shell
$ git clone https://gitlab.com/q3aql/ip2e.git $ git clone https://git.q3aql.dev/q3aql/ip2e.git
$ cd ip2e $ cd ip2e
$ sudo make -f Makefile.OSX $ sudo make -f Makefile.OSX
```` ````
@ -77,7 +77,7 @@ _Note: You must install `git` previously._
### Images (Screenshots): ### Images (Screenshots):
<img src="img/ip2e-command.png" width="700" /> <img src="https://git.q3aql.dev/q3aql/ip2e/raw/branch/master/img/ip2e-command.png" width="700" />
### External links: ### External links: