12 lines
370 B
Markdown
12 lines
370 B
Markdown
# ipimg
|
|
|
|
original by zatzou
|
|
|
|
# how to use?
|
|
- change the port in the code, I've set it to 8080 by default
|
|
- build using `cargo build --release` (install Rust lang to get cargo)
|
|
- setup on server as a service
|
|
- get a reverse proxy e.g. nginx or haproxy
|
|
- point to your domain and subdomain
|
|
- add dns record for it
|
|
- find it at (subdomain).(domain).(topleveldomain)/ip.png
|