📄 mn_tunnel.h
字号:
#ifndef MN_TUNNEL_H#define MN_TUNNEL_H#define TUNNEL_DEVICE "TUNLMNA"#define TUNNEL_DEVICE_B "TUNLMNB"void init_tunneling(void);void close_tunneling(void);int start_tunneling(void);int restart_tunneling(void);int stop_tunneling(void);void check_old_tunnel_expiration(void);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -