Skip to content

Commit

Permalink
Fix: unknown key <bind>
Browse files Browse the repository at this point in the history
  • Loading branch information
semigodking committed Oct 23, 2019
1 parent 8fcc880 commit 7c8715d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions redsocks.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ static list_head instances = LIST_HEAD_INIT(instances);

static parser_entry redsocks_entries[] =
{
{ .key = "local_ip", .type = pt_in_addr },
{ .key = "local_port", .type = pt_uint16 },
{ .key = "bind", .type = pt_pchar },
{ .key = "interface", .type = pt_pchar },
{ .key = "relay", .type = pt_pchar },
{ .key = "type", .type = pt_pchar },
Expand Down

0 comments on commit 7c8715d

Please sign in to comment.