You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#!/system/bin/sh\n\n# V2Ray initialization script for MagiskProxyModule\n\n# Wait for file systems to be mounted\nsleep 10\n\n# Start V2Ray service\nsetprop service.v2ray.start true\n\n# Log startup time\nlog -t "V2Ray" "V2Ray service initialized on $(date)"\n