mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 08:34:25 +03:00
Testing web proxying.
This commit is contained in:
parent
81cc2694dd
commit
8619e957a7
@ -12,7 +12,6 @@
|
||||
dop=(map host ship) :: host aliasing
|
||||
own=(map ship serf) :: domestic servers
|
||||
fon=(map ship rote) :: foreign servers
|
||||
rox=(map duct duct) ::
|
||||
ask=[p=@ud q=(map ,@ud ,[p=duct q=hiss])] :: outgoing by number
|
||||
kes=(map duct ,@ud) :: outgoing by duct
|
||||
== ::
|
||||
@ -246,7 +245,9 @@
|
||||
++ home :: do we own?
|
||||
|= who=ship
|
||||
^- ?
|
||||
&
|
||||
?: (~(has by own) who) &
|
||||
?: (~(has by fon) who) |
|
||||
!=(~ (sky /a/(scot %p who)/buck/(scot %da now)))
|
||||
::
|
||||
++ hork :: remote request
|
||||
|= [him=ship hyx=httx]
|
||||
|
Loading…
Reference in New Issue
Block a user