2022-02-22 05:32:59 +00:00
|
|
|
# ipaddrgen 👩💻
|
|
|
|
### the funny ip address generator
|
|
|
|
|
|
|
|
a small cli program written in go that generates random ip addresses and "does things" to them. (often very slowly)
|
|
|
|
|
|
|
|
**Q:** *"why would you make this?"*
|
|
|
|
|
|
|
|
**A:** I was very bored.
|
|
|
|
|
|
|
|
# screenies 📸
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
# install 📀
|
|
|
|
|
|
|
|
### requirements:
|
|
|
|
|
2022-02-22 05:38:06 +00:00
|
|
|
- go (currently using 1.17.6)
|
2022-02-22 05:32:59 +00:00
|
|
|
- that's about it
|
|
|
|
|
|
|
|
### how:
|
|
|
|
|
2022-02-22 05:37:20 +00:00
|
|
|
windows: `go build -o ./bin/ipaddrgen.exe ./src`
|
2022-02-22 05:32:59 +00:00
|
|
|
|
2022-02-22 05:37:20 +00:00
|
|
|
linux: `go build -o ./bin/ipaddrgen ./src`
|
2022-02-22 05:32:59 +00:00
|
|
|
|
|
|
|
mac: idk I've never built an executable for mac (should be about the same)
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
enjoy! ❤
|