mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
c0cae0ff01
* 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
|