port-limitation or stupid filtering. Most of the "Client Part" is for an Android-based client, but should be easily adapted to other platforms.
===== Server Part... code>
push "redirect-gateway def1"
</code>
===== Client Part =====
==== Installation on Android ====
Wa... ==
Here are the lines you need to happen to your client file to use a famous French ISP's proxy:
<code>
/usr/ports/databases/postgresql${PSQLOLDVERSION}-client/ && make deinstall
cd /usr/ports/databases/postgr... /usr/ports/databases/postgresql${PSQLOLDVERSION}-client/ && make clean
cd /usr/ports/databases/postgresql... /usr/ports/databases/postgresql${PSQLNEWVERSION}-client/ && make clean
cd /usr/ports/databases/postgresql
ql>
mysql> GRANT ALL PRIVILEGES ON *.* TO 'user'@'client' IDENTIFIED BY 'password' WITH GRANT OPTION;
</co... b;
mysql> GRANT ALL PRIVILEGES ON db.* TO 'user'@'client' IDENTIFIED BY 'password';
</code>
===== query c