- Add static ip
nano /etc/network/interfaces.d/60-my-floating-ip.cfg
auto eth0:1
iface eth0:1 inet static
address your.float.ing.ip
netmask 32
- Install tinyproxy from git (support auth)
git clone https://github.com/tinyproxy/tinyproxy.git
sudo apt-get install automake cmake asciidoc
cd tinyproxy
./autogen.sh
make && make install
If installation fails: https://stackoverflow.com/a/44848492
- Install tinyproxy
nano /etc/tinyproxy/tinyproxy.conf
=> Uncomment BindSame yes
BasicAuth user password
Allow 62.143.106....