Browse Source

Update tailscale_tun

Yuri Iozzelli 2 năm trước cách đây
mục cha
commit
1635cdb3b2
4 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 2 2
      tun/ipstack.js
  2. BIN
      tun/ipstack.wasm
  3. BIN
      tun/tailscale.wasm
  4. 1 1
      tun/tailscale_tun.js

+ 2 - 2
tun/ipstack.js

@@ -491,9 +491,9 @@ function __ZZN7IpStack4bindEiENK3$_6clEPN6client12MessageEventE(Lthis,Lev){
 function __ZN10__cxxabiv1L24__cxa_throw_wasm_adapterEjPSt9type_infoj(Lthrown_object){
 	var Ldest$paddr=null,Lref$ptmp=null,Ltinfo$paddr=null;
 	Ltinfo$paddr=[0];
-	Ltinfo$paddr[0]=(1048880|0);
+	Ltinfo$paddr[0]=(1051752|0);
 	Ldest$paddr=[0];
-	Ldest$paddr[0]=((59|0)|0);
+	Ldest$paddr[0]=((58|0)|0);
 	Lref$ptmp=[nullObj];
 	Lref$ptmp[0]={d:null,o:Lthrown_object};
 	Ltinfo$paddr=__ZN10__cxxabiv19Exception8allocateIJPvRPSt9type_infoRjEEEPS0_DpOT_(Lref$ptmp,0,Ltinfo$paddr,0,Ldest$paddr,0);

BIN
tun/ipstack.wasm


BIN
tun/tailscale.wasm


+ 1 - 1
tun/tailscale_tun.js

@@ -43,7 +43,7 @@ export async function init() {
 		ipn = newIPN({
 			// Persist IPN state in sessionStorage in development, so that we don't need
 			// to re-authorize every time we reload the page.
-			stateStorage: sessionStateStorage,
+			//stateStorage: sessionStateStorage,
 		});
 
 		const setupIpStack = () => {