mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-06 07:44:57 +03:00
Implementation of the JSON-RPC API and the Web Admin interface. (dnobori's internal note: 7579 - 7682)
This commit is contained in:
@ -267,6 +267,7 @@ struct SERVER
|
||||
|
||||
IP ListenIP; // Listen IP
|
||||
bool StrictSyslogDatetimeFormat; // Make syslog datetime format strict RFC3164
|
||||
bool DisableJsonRpcWebApi; // Disable JSON-RPC Web API
|
||||
};
|
||||
|
||||
|
||||
@ -290,6 +291,7 @@ struct RPC_SESSION_STATUS
|
||||
RPC_CLIENT_GET_CONNECTION_STATUS Status; // Status
|
||||
UINT ClientIp; // Client IP address
|
||||
UCHAR ClientIp6[16]; // Client IPv6 address
|
||||
IP ClientIpAddress; // Client IP address (IPv4/IPv6)
|
||||
char ClientHostName[MAX_HOST_NAME_LEN + 1]; // Client host name
|
||||
NODE_INFO NodeInfo; // Node information
|
||||
};
|
||||
|
Reference in New Issue
Block a user