-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
29 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
## graftcp-local's IP address. Default: localhost | ||
# local_addr = localhost | ||
|
||
## Which port is graftcp-local listening? Default: 2233 | ||
# local_port = 2233 | ||
|
||
## Path of fifo to communicate with graftcp-local. | ||
## Default: /tmp/graftcplocal.fifo | ||
# pipepath = /tmp/graftcplocal.fifo | ||
|
||
## The IP/CIDR in black-ip-file will connect direct | ||
# blackip_file_path = | ||
|
||
|
||
## Only redirect the connect that destination IP/CIDR in | ||
## the white-ip-file to SOCKS5 | ||
# whiteip_file_path = | ||
|
||
## Connecting to local is not changed by default, this | ||
## option will redirect it to SOCKS5 | ||
# ignore_local |