xmr-remote-nodes/internal
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
..
config feat: Added IPv6 nodes support (alpha) #84 2024-09-06 00:08:59 +07:00
cron refactor: Use cronRepo struct instead of interface 2024-07-07 02:57:36 +07:00
database chore: Remove dev SQL statement 2024-09-12 05:27:54 +07:00
handler feat: Added IPv6 nodes support (alpha) #84 2024-09-06 00:08:59 +07:00
ip feat: Record node ip addresses #84 2024-09-12 01:13:30 +07:00
monero fix: Reject input hostname with protocol 2024-09-16 22:35:14 +07:00