GithubHelp home page GithubHelp logo

Comments (2)

darkk avatar darkk commented on June 18, 2024

Can you tell me, how do you compile it with OpenWRT SDK?

Moreover, IP_ORIGDSTADDR is not declared in libc header, it's linux-specific definition:

$ pwd
/usr/include
$ grep -r IP_ORIGDSTADDR  .
./linux/in.h:#define IP_ORIGDSTADDR       20
./linux/in.h:#define IP_RECVORIGDSTADDR   IP_ORIGDSTADDR
./bits/in.h:#define IP_ORIGDSTADDR       20
./bits/in.h:#define IP_RECVORIGDSTADDR   IP_ORIGDSTADDR
./x86_64-linux-gnu/bits/in.h:#define IP_ORIGDSTADDR       20
./x86_64-linux-gnu/bits/in.h:#define IP_RECVORIGDSTADDR   IP_ORIGDSTADDR

from redsocks.

eminarcissus avatar eminarcissus commented on June 18, 2024

Hi,
Thx for help.
I've modified following lines and solved the problem.
--- utils.c 2012-07-16 19:56:31.639291166 +0800
+++ ../redsocks/utils.c 2012-07-16 18:46:11.179279911 +0800
@@ -25,7 +25,9 @@
#include "log.h"
#include "utils.h"

#include "redsocks.h" // for redsocks_close

+#define IP_ORIGDSTADDR 20
+#define IP_TRANSPARENT 19
+#define IP_RECVORIGDSTADDR IP_ORIGDSTADDR

--- redudp.c 2012-07-16 19:56:31.639291166 +0800
+++ ../redsocks/redudp.c 2012-07-16 18:46:45.495868645 +0800
@@ -38,6 +38,10 @@
#define redudp_log_errno(client, prio, msg...)
redsocks_log_write_plain(FILE, LINE, func, 1, &(client)->clientaddr, get_destaddr(client), prio, ## msg)

+#define IP_ORIGDSTADDR 20
+#define IP_TRANSPARENT 19
+#define IP_RECVORIGDSTADDR IP_ORIGDSTADDR

from redsocks.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.