frp/server
Peter Wang a7f4ba9b5d Feature: Add remove api for offline proxy
add api to remove a single proxy with name and type
example:
  curl -X DELETE -u admin:admin -v http://127.0.0.1:7500/api/proxy/tcp/test-tcp
output:
  proxy "test-tcp" deleted
2024-09-06 13:41:40 +08:00
..
controller rename models to pkg (#2005) 2020-09-23 13:49:14 +08:00
group code optimization (#3625) 2023-09-20 15:18:50 +08:00
metrics update github actions (#3538) 2023-07-21 10:30:46 +08:00
ports support yaml/json/toml configuration format, make ini deprecated (#3599) 2023-09-06 10:18:02 +08:00
proxy support responseHeaders.set for proxy type http (#4192) 2024-04-29 15:53:45 +08:00
visitor use std slices package (#4008) 2024-02-20 12:01:41 +08:00
control.go change default value of heartbeat interval and timeout when tcpmux enabled (#4186) 2024-04-28 20:48:44 +08:00
dashboard_api.go Feature: Add remove api for offline proxy 2024-09-06 13:41:40 +08:00
service.go return 504 instead of 404 for proxy type http request timeout (#4151) 2024-04-11 20:19:08 +08:00