hyung-hwan aa5f3d8af8 removed code for _init endpoint and cookie handling
changed to use /_ctl/ prefix for api access
2025-01-04 18:42:18 +09:00
2024-12-27 14:43:44 +09:00
2024-12-27 14:43:44 +09:00
2024-12-02 02:19:50 +09:00
2024-12-23 01:27:47 +09:00
2024-12-28 13:19:51 +09:00
2024-11-23 14:49:04 +09:00
2024-12-13 02:25:27 +09:00
2024-12-13 02:25:27 +09:00

normal operation

  • ./hodu server --listen-on=0.0.0.0:9999 --listen-on=0.0.0.0:8888
  • ./hodu client --listen-on=127.0.0.1:7777 --server=127.0.0.1:9999 192.168.1.130:8000

server.json

{
    "server-addr": "127.0.0.1:9999",
    "peer-addrs": [
        "127.0.0.1:22",
        "127.0.0.1:80"
    ]
}

client control channel

curl -X POST --data-binary @server.json http://127.0.0.1:7777/servers
Description
No description provided
Readme
Languages
Go 95.7%
HTML 3.3%
Makefile 1%