mirror of
				https://github.com/esiur/esiur-dotnet.git
				synced 2025-10-30 23:51:34 +00:00 
			
		
		
		
	dtu
This commit is contained in:
		| @@ -17,9 +17,9 @@ public class IIPoHTTP : HTTPFilter | ||||
|         if (sender.Request.URL != "iip") | ||||
|             return new AsyncReply<bool>(false); | ||||
|  | ||||
|         IIPPacketAction action = (IIPPacketAction)Convert.ToByte(sender.Request.Query["a"]); | ||||
|         IIPPacketRequest action = (IIPPacketRequest)Convert.ToByte(sender.Request.Query["a"]); | ||||
|  | ||||
|         if (action == IIPPacketAction.QueryLink) | ||||
|         if (action == IIPPacketRequest.QueryLink) | ||||
|         { | ||||
|             EntryPoint.Query(sender.Request.Query["l"], null).Then(x => | ||||
|             { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user