rego-tunnel: replace build folder with vpn_scripts
Some checks failed
Test / test (push) Has been cancelled
Some checks failed
Test / test (push) Has been cancelled
- Remove build folder (no longer building custom image) - Add vpn_scripts folder with organized setup scripts - Prefix setup scripts with numbers for execution order - Add setup-all.bat for automated Windows setup - Add dynamic vpn-startup.lnk shortcut (uses %USERNAME%) - Include start.sh for container networking 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
4
apps/rego-tunnel/vpn_scripts/vpn.bat
Executable file
4
apps/rego-tunnel/vpn_scripts/vpn.bat
Executable file
@@ -0,0 +1,4 @@
|
||||
@echo off
|
||||
cd /d C:\Users\%USERNAME%\vpn_scripts\
|
||||
node vpn-login.js
|
||||
pause
|
||||
Reference in New Issue
Block a user