home bbs files messages ]

Forums before death by AOL, social media and spammers... "We can't have nice things"

   alt.comp.freeware      Generic free software discussions      39,988 messages   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]

   Message 39,359 of 39,988   
   Marion to All   
   ProxyBridge FOSS proxifier (works along    
   22 Oct 25 22:57:03   
   
   [continued from previous message]   
      
     echo Log created at %LOGFILE%   
     echo(   
     pause   
     exit /b   
     ::   
     :run_script   
     :: --- End of logging setup ---   
     ::   
     :: Check for admin rights   
     net session >nul 2>&1   
     if %errorlevel% neq 0 (   
         echo Requesting administrative privileges...   
         powershell -Command "Start-Process '%~f0' -Verb RunAs"   
         exit /b   
     )   
     ::   
     cd /d C:\app\network\proxy\proxybridge   
     taskkill /im ProxyBridge_CLI.exe /f >nul 2>&1   
     ::   
     REM Run ProxyBridge with your rules in the same console   
     start "ProxyBridge" cmd /k ProxyBridge_CLI.exe ^   
       --proxy socks5://127.0.0.1:1080 ^   
       --rule brave.exe:*:*:TCP:PROXY ^   
       --rule ungoogled-chromium.exe:*:*:TCP:PROXY ^   
       --rule stunnel.exe:*:119;563:TCP:PROXY ^   
       --rule curl.exe:*:*:TCP:PROXY ^   
       --rule telegram.exe:*:*:TCP:PROXY ^   
       --dns-via-proxy ^   
       --verbose 3   
     ::   
     REM ============================================================   
     REM New in v1p4: External IP check through Psiphon SOCKS5 proxy   
     REM This shows the IP address that remote servers (e.g. NNTP) see   
     REM ============================================================   
     echo.   
     echo Checking external IP via Psiphon...   
     curl --socks5 127.0.0.1:1080 https://icanhazip.com   
     echo.   
     pause   
     ::   
     REM ============================================================   
     REM Notes:   
     REM  brave.exe: all traffic proxied   
     REM  ungoogled-chromium.exe: all traffic proxied   
     REM  stunnel.exe: only NNTP ports 119 and 563 proxied   
     REM  The curl rule is to test curl https://icanhazip.com   
     REM  curl --socks5 127.0.0.1:1080 https://icanhazip.com   
     REM  Add more --rule lines if you want to cover other apps   
     REM  Test if running using:   
     REM  tasklist /fi "imagename eq ProxyBridge_CLI.exe"   
     REM ============================================================   
     :: end of C:\app\network\proxy\proxybridge\pb.bat   
      
   --   
   I go to trouble and time and effort to write my Usenet posts because I'm   
   kind hearted enough to care that everyone gets excellent researched data.   
      
   That's also why I post to multiple related newsgroups, as it can take   
   hours to write and test this so I wish to leverage it to many people.   
      
   Trolls, who invariably spend two seconds per post, can't comprehend   
   that there are kind-hearted intelligent people who like to help others.   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]


(c) 1994,  bbs@darkrealms.ca