support skydb in hns
This commit is contained in:
parent
4dc3588f81
commit
04ff998beb
|
@ -180,10 +180,6 @@ server {
|
||||||
return string.char(tonumber(cc, 16))
|
return string.char(tonumber(cc, 16))
|
||||||
end))
|
end))
|
||||||
|
|
||||||
ngx.header.content_type = 'text/plain'
|
|
||||||
ngx.print(data)
|
|
||||||
ngx.exit(ngx.HTTP_OK)
|
|
||||||
|
|
||||||
skylink = data
|
skylink = data
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Reference in New Issue