mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
* fix: outbound freedom for xray on linux * fix: outbound freedom for xray on macOS * build: auto-generate pf rules based on the build type
11 lines
170 B
C++
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
|