Sign inSign up

qoushui/http2udp

By qoushui

•Updated almost 7 years ago

跨网段使用http传递指令在特定网段里进行UDP通讯,并将应答包通过http进行响应

Image
0

1.1K

qoushui/http2udp repository overview

  • 运行
docker run  -itd --restart=always --name http2udp -p 26382:3487 -v d:/data/Docker/http2udp/config:/app/config  -d qoushui/http2udp:0.1
  • 参数文件 appsettings.json
{
  "Logging": {
    "LogLevel": {
      "Default": "Warning"
    }
  },
  "HttpServer": {
    "HttpUrl": "http://+:3487/",
    "UDPIPEndPoint": "172.16.6.1:0"
  },
  
  "AllowedHosts": "*"
}

Tag summary

Content type

Image

Digest

Size

73.8 MB

Last updated

almost 7 years ago

docker pull qoushui/http2udp