Giter Club home page Giter Club logo

Comments (7)

heiher avatar heiher commented on June 2, 2024 1

FwMark: https://github.com/heiher/natmap/releases/tag/20240519-next

可以通过-f <mark>参数指定fwmark,fwmark会作用于STUN/HTTP的对外访问。如果系统环境配置了策略路由或基于防火墙的透明代理,可在较早阶段通过匹配fwmark跳出。比如:

natmap -s stunserver.stunprotocol.org -h qq.com -f 0x123

# IPTables
iptables -t mangle -I OUTPUT -m mark --mark 0x123 -j RETURN

# Policy-routing
ip rule add fwmark 0x123 table main pref 1

from natmap.

heiher avatar heiher commented on June 2, 2024 1

@heiher -f 参数值不带 0x,却是16进制,并且usage中也没有说明,是否不太好?建议在 usage 中说明,并在文档中都加上 0x。

确实不太好。现在改成了接受多种进制数的fwmark值,并在usage中举例说明:

  • hex: 0x1
  • dec: 1
  • oct: 01

感谢建议~

from natmap.

heiher avatar heiher commented on June 2, 2024 1

建议 strtoul() 的 base 使用 0 就好了,和 iptables 一致

谢谢,已经改成这样了哈

from natmap.

heiher avatar heiher commented on June 2, 2024

这应该是需要让防火墙或策略路由中的Clash规则排除掉NATMap要访问的STUN和HTTP服务器地址。

我将会给NATMap增加一个参数用于指定fwmark,以便于在防火墙和策略路由中对NATMap发出的报文进行匹配。

from natmap.

ysc3839 avatar ysc3839 commented on June 2, 2024

@heiher -f 参数值不带 0x,却是16进制,并且usage中也没有说明,是否不太好?建议在 usage 中说明,并在文档中都加上 0x。

from natmap.

MikeWang000000 avatar MikeWang000000 commented on June 2, 2024

建议 strtoul() 的 base 使用 0 就好了,和 iptables 一致

from natmap.

dmserver avatar dmserver commented on June 2, 2024

在clash里把打洞服务器地址去除 或者把地址设置成直连

from natmap.

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.