diff options
Diffstat (limited to 'umapyoi_net_docs/vpn.rst')
| -rw-r--r-- | umapyoi_net_docs/vpn.rst | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/umapyoi_net_docs/vpn.rst b/umapyoi_net_docs/vpn.rst new file mode 100644 index 0000000..076615e --- /dev/null +++ b/umapyoi_net_docs/vpn.rst @@ -0,0 +1,25 @@ +VPN Endpoints +============= + +:ref:`routingtable` + +Umapyoi.net automatically tests VPNs to see if they work with DMM and CyGames. + +URLs used to verify: + +* DMM (for login): `https://bitcoin.dmm.com/ <https://bitcoin.dmm.com/>`_ +* CyGames (for the game): `https://api-umamusume.cygames.jp/ <https://api-umamusume.cygames.jp/>`_ + + +Endpoints +--------- +.. http:get:: /api/v1/vpn/dmm + + Gets VPNs that were recently verified to work with DMM. + Sorted by ping time. + + +.. http:get:: /api/v1/vpn/cygames + + Gets VPNs that were recently verified to work with CyGames and DMM. + Sorted by ping time to CyGames. |