xmr-remote-nodes/internal/monero
Christian Ditaputratama ef953b36fd
fix: Reject input hostname with protocol
This is quick fix.

Do not accept submitted tor address with protocol since it won't work.

The initial clearnet validation can be done with `net.LookupIP`, but
for tor network can't be done with that method. For now, just inform
to remove the http:// or https:// part to the submitter.
2024-09-16 22:35:14 +07:00
..
monero.go fix: Reject input hostname with protocol 2024-09-16 22:35:14 +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: Record node ip addresses #84 2024-09-12 01:13:30 +07:00
report_test.go test: Unit test for parseStatuses() 2024-06-03 22:18:24 +07:00