xmr-remote-nodes/internal/monero
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
..
monero.go feat: Added IPv6 nodes support (alpha) #84 2024-09-06 00:08:59 +07:00
monero_test.go refactor: Use ptr for QueryNodes.toSQL() 2024-08-05 18:27:00 +07:00
prober.go refactor: Use proberRepo struct instead of interface 2024-07-07 03:25:30 +07:00
prober_test.go Uppercase CheckAPI test func 2024-06-10 03:23:03 +07:00
report.go feat: Added IPv6 nodes support (alpha) #84 2024-09-06 00:08:59 +07:00
report_test.go test: Unit test for parseStatuses() 2024-06-03 22:18:24 +07:00