2022-04-19 23:05:26 +03:00
2021-07-28 18:24:23 +03:00
2022-04-19 23:05:26 +03:00
2021-07-28 19:21:23 +03:00
2021-07-28 19:42:46 +03:00
2021-07-28 19:32:49 +03:00

captive-netns-helper

This is a program for Linux that helps you bypass VPN rules in routing table and custom system DNS resolver and access internet directly via physical interface. It was written for accessing Wi-Fi captive portals. It comes with a wrapper script to be easier to use.

Read more here.

Installation

git clone https://github.com/gch1p/captive-netns-helper
cd captive-netns-helper
mkdir build
cd build
cmake ..
make -j4
sudo make install

Usage

captive-portal.sh PROGRAM [ARGUMENTS]

For example:

captive-portal.sh curl -v https://captive.apple.com

License

MIT

Description
No description provided
Readme 36 KiB
Languages
C 72.1%
Shell 19.1%
CMake 8.8%