xmr-remote-nodes/internal/config
Christian Ditaputratama 518d4b4335
feat: Added IPv6 nodes support (alpha) #84
This commit accept IPv6 nodes submission.

When user submit new public node, the server will check IP addresses
from given hostname. If host IP addresses doesn't have IPv4, it will
be recorded as "IPv6 only" node.

Probers that support IPv6 may add `IPV6_CAPABLE=true` to the `.env`
file.

Please note that this feature still experimental and may not being
merged to the main branch.
2024-09-06 00:08:59 +07:00
..
app.go feat: Added IPv6 nodes support (alpha) #84 2024-09-06 00:08:59 +07:00
config.go feat: Allow user to specify custom .env location 2024-06-18 04:23:08 +07:00
db.go Copying my other project structure to this project 2024-05-04 00:11:56 +07:00