mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-18 04:54:38 +03:00
upload code
This commit is contained in:
28
main/Const.hpp
Normal file
28
main/Const.hpp
Normal file
@@ -0,0 +1,28 @@
|
||||
#pragma once
|
||||
|
||||
namespace NekoRay {
|
||||
namespace DomainMatcher {
|
||||
enum DomainMatcher {
|
||||
DEFAULT,
|
||||
MPH,
|
||||
};
|
||||
}
|
||||
|
||||
namespace SniffingMode {
|
||||
enum SniffingMode {
|
||||
DISABLE,
|
||||
FOR_ROUTING,
|
||||
FOR_DESTINATION,
|
||||
};
|
||||
}
|
||||
|
||||
namespace SystemProxyMode {
|
||||
enum SystemProxyMode {
|
||||
DISABLE,
|
||||
SYSTEM_PROXY,
|
||||
VPN,
|
||||
};
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user