mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-12-05 04:31:12 +00:00
wip
This commit is contained in:
parent
d2acd3d774
commit
28960e78a9
@ -343,7 +343,6 @@ func GetSystemNetInfo(c *gin.Context) {
|
|||||||
|
|
||||||
func GetSystemProxy(c *gin.Context) {
|
func GetSystemProxy(c *gin.Context) {
|
||||||
url := c.Query("url")
|
url := c.Query("url")
|
||||||
|
|
||||||
resp, err := http2.Get(url, 30*time.Second)
|
resp, err := http2.Get(url, 30*time.Second)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return
|
return
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user