diff --git a/.env b/.env index 4539386..15a867c 100644 --- a/.env +++ b/.env @@ -1,9 +1,9 @@ IS_DEBUG="true" GRPC_ENDPOINT="47.82.97.10:9090" COSMOS_ENDPOINT="http://47.82.97.10:26657" -ACCOUNT_NAME="bchrmll0jvrr" +ACCOUNT_NAME="bltrj0xs" TRAFFIC_OBFUSCATE="47.82.97.10:8180" -NODE_SECRET= "shell useless annual satisfy comfort bulk beyond own fly puzzle key shock grief depart capable purpose peasant model stamp city gain parent bright auto" +NODE_SECRET= "protect curtain print mixed void mammal husband bamboo dinner butter beach off leader frost medal pig deputy orphan indoor wolf buyer emerge pause dog" VIET_EVENTS_URL="ws://47.82.97.10:8080/events" VITE_BASE_URL="http://47.82.97.10:8080" VITE_BLOCK_URL="http://47.82.97.10:1317" diff --git a/.env copy b/.env copy new file mode 100644 index 0000000..4539386 --- /dev/null +++ b/.env copy @@ -0,0 +1,10 @@ +IS_DEBUG="true" +GRPC_ENDPOINT="47.82.97.10:9090" +COSMOS_ENDPOINT="http://47.82.97.10:26657" +ACCOUNT_NAME="bchrmll0jvrr" +TRAFFIC_OBFUSCATE="47.82.97.10:8180" +NODE_SECRET= "shell useless annual satisfy comfort bulk beyond own fly puzzle key shock grief depart capable purpose peasant model stamp city gain parent bright auto" +VIET_EVENTS_URL="ws://47.82.97.10:8080/events" +VITE_BASE_URL="http://47.82.97.10:8080" +VITE_BLOCK_URL="http://47.82.97.10:1317" +NODE_OPTIONS=--max-old-space-size=8192 \ No newline at end of file diff --git a/src-tauri/sidecar/paw-install-service-x86_64-pc-windows-msvc.exe b/src-tauri/sidecar/paw-install-service-x86_64-pc-windows-msvc.exe index b7e3de8..bd0cb7e 100644 Binary files a/src-tauri/sidecar/paw-install-service-x86_64-pc-windows-msvc.exe and b/src-tauri/sidecar/paw-install-service-x86_64-pc-windows-msvc.exe differ diff --git a/src-tauri/sidecar/paw-system-service-x86_64-pc-windows-msvc.exe b/src-tauri/sidecar/paw-system-service-x86_64-pc-windows-msvc.exe index 146c4ad..4ae03ba 100644 Binary files a/src-tauri/sidecar/paw-system-service-x86_64-pc-windows-msvc.exe and b/src-tauri/sidecar/paw-system-service-x86_64-pc-windows-msvc.exe differ diff --git a/src-tauri/sidecar/paw-uninstall-service-x86_64-pc-windows-msvc.exe b/src-tauri/sidecar/paw-uninstall-service-x86_64-pc-windows-msvc.exe index c32ed8c..e63f583 100644 Binary files a/src-tauri/sidecar/paw-uninstall-service-x86_64-pc-windows-msvc.exe and b/src-tauri/sidecar/paw-uninstall-service-x86_64-pc-windows-msvc.exe differ diff --git a/src/pages/anti-forensics-forwarding/index.tsx b/src/pages/anti-forensics-forwarding/index.tsx index 8c0a3b9..b73c2a1 100644 --- a/src/pages/anti-forensics-forwarding/index.tsx +++ b/src/pages/anti-forensics-forwarding/index.tsx @@ -250,6 +250,10 @@ const DecentralizedElasticNetwork = () => { onClick={() => { setTooltipType(CONST_TOOLTIP_TYPE.NESTED_ENCRYPTION.type); setTooltipClosed(true); + dynamicRouteGeneration[0].isLine = false; + istrue.current = false; + setDynamicRouteGeneration([...dynamicRouteGeneration]); + nestedEncryption[0].isLine = true; setNestedEncryption([...nestedEncryption]); }} @@ -260,6 +264,10 @@ const DecentralizedElasticNetwork = () => { className="bt1 cursor-pointer" onClick={() => { setTooltipType(CONST_TOOLTIP_TYPE.DYNAMIC_ROUTE_GENERATOR.type); + nestedEncryption[0].isLine = false; + setNestedEncryption([...nestedEncryption]); + setTooltipClosed(false); + dynamicRouteGeneration[0].isLine = true; istrue.current = true; setDynamicRouteGeneration([...dynamicRouteGeneration]);