Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

tun dev with socks

sudo add-apt-repository ppa:hda-me/badvpn-tun2socks
sudo apt-get update
sudo apt-get install badvpn-tun2socks

ip tuntap add dev tun1 mode tun user nobody
ifconfig tun1 up 10.0.0.1/24

# --netif-ipaddr 10.0.0.2 is not a typo.
# It specifies the IP address of the virtual router inside the TUN device,
# and must be different than the IP of the TUN interface itself.
# This command assumes you have tor up and running on 127.0.0.1:9050.
# Of course, you can use any other SOCKS proxy instead.
badvpn-tun2socks --tundev tun1 --netif-ipaddr 10.0.0.2 --netif-netmask 255.255.255.0 --socks-server-addr 127.0.0.1:9050
Comment

PREVIOUS NEXT
Code Example
Shell :: how to copy all branch commits to a whole new branch 
Shell :: running shell script 
Shell :: debian change owner 
Shell :: powershell recursive copy skip if file already exists 
Shell :: multiple ssh account use in one github and bitbucket at same time 
Shell :: c# tostring 2 digit hex 
Shell :: curl copy from sftp 
Shell :: override dh_dwz 
Shell :: linux privilege s 
Shell :: Instala o Prettier no desenvolvimento 
Shell :: keep services up 2 
Shell :: how to replace a text and delete other text using sed 
Shell :: delete cache gi 
Shell :: shell command operator and seperator control characters 
Shell :: install media library 
Shell :: fish shell ssh agent autostart 
Shell :: sed excape all quates 
Shell :: archlinux Unable to install Yay, Paru and Endeavouros Keyring 
Shell :: cmake macos disable code signing 
Shell :: git ssh how to add identity 
Shell :: The default branch has been renamed 
Shell :: scala run shell command 
Shell :: promtail multiline 
Shell :: How To Edit Log File On Batch Script 
Shell :: add user to wheel groub 
Shell :: fix git not showning persian letters 
Shell :: bash print one line until match 
Shell :: davinci resolve system requirements 
Shell :: github pull request template 
Shell :: batch concatenate strings 
ADD CONTENT
Topic
Content
Source link
Name
2+7 =