List of commits:
Subject Hash Author Date (UTC)
Corrected documentation. cf9d535fcb9d433b8a66c3c5283d9d9d64ae7240 Catalin(ux) M. BOIE 2010-10-27 19:16:29
Nothing to install in /usr/bin! d6eecf1bb4cfcf3d4bc08d8e87cac05f567fd51c Catalin(ux) M. BOIE 2010-10-27 19:13:54
Bump version to 0.3. 3531182e79370861cf73083948494eb4a8ced776 Catalin(ux) M. BOIE 2010-10-27 19:13:01
Store latest version/revision into LATEST_VER/REV for easy web update. 2d3036b2a52f2825cb7be39dc3039c0c6637b4f0 Catalin(ux) M. BOIE 2010-10-27 13:03:22
Fixed install command. 85e4aa9778fa4f10df5f313aff4444f7ec1d2619 Catalin(ux) M. BOIE 2010-10-27 12:29:47
First version. 2d1ffe53a6cfd146f91157baeadb101a59fdd556 Catalin(ux) M. BOIE 2010-10-27 12:21:37
Commit cf9d535fcb9d433b8a66c3c5283d9d9d64ae7240 - Corrected documentation.
Author: Catalin(ux) M. BOIE
Author date (UTC): 2010-10-27 19:16
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2010-10-27 19:16
Parent(s): d6eecf1bb4cfcf3d4bc08d8e87cac05f567fd51c
Signing key:
Tree: 7b8722abb53a7718e5f9eec8dc30110af454e049
File Lines added Lines deleted
README 2 2
File README changed (mode: 100644) (index 06e9247..f873559)
... ... How it works: force_bind is a shared object that is loaded with LD_PRELOAD and h
11 11 Forcing an IP/port to bind to is done with environments variables. Forcing an IP/port to bind to is done with environments variables.
12 12
13 13 Examples: Examples:
14 1. FORCE_BIND_ADDRESS=127.0.0.1 FORCE_BIND_PORT=33 your_program # force binding to 127.0.0.1/33.
15 2. FORCE_BIND_ADDRESS=127.0.0.2 your_program # force binding to 127.0.0.2
14 1. FORCE_BIND_ADDRESS=127.0.0.1 FORCE_BIND_PORT=33 LD_PRELOAD=${LD_PRELOAD}:/usr/lib/force_bind.so your_program # force binding to 127.0.0.1/33.
15 2. FORCE_BIND_ADDRESS=127.0.0.2 LD_PRELOAD=${LD_PRELOAD}:/usr/lib/force_bind.so your_program # force binding to 127.0.0.2
16 16
17 17 Installation: Installation:
18 18 - ./configure - ./configure
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/catalinux/force_bind

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/catalinux/force_bind

Clone this repository using git:
git clone git://git.rocketgit.com/user/catalinux/force_bind

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main