Files
amnezia-client/service/server/xray_defs.h
cd-amn c0cae0ff01 fix: outbound freedom for xray (#2479)
* fix: outbound freedom for xray on linux

* fix: outbound freedom for xray on macOS

* build: auto-generate pf rules based on the build type
2026-05-04 19:39:07 +08:00

11 lines
170 B
C++

#ifndef XRAY_DEFS_H
#define XRAY_DEFS_H
namespace amnezia
{
namespace xray
{
constexpr unsigned int xrayTrafficMark = 0x82;
}
}
#endif // XRAY_DEFS_H