我正在建立我的日志系统,为我的软件在php。
数据收集方式:
如截图所示,只需创建一个json_decode来读取它们。
我不能显示的隐私对象的唯一问题:
例如,使用city参数的示例:
//Gets the IP Address from the visitor
$PublicIP = $_SERVER['REMOTE_ADDR'];
//Uses ipinfo.io to get the location of the IP Address, you can use another site but it will probably have a different imp
我希望能够将ssh tunnel连接到工作时连接到VPN的机器中。
设置
Machine A -在机器B中创建SSH tunnel
Machine B -连接到工作VPN
情况
╒═════════╤══════════════╤═════════════════════╤══════════════╤═════════════════════╕
│ │ Work Network │ Work Network on VPN │ Home network │ Home network on VPN │
├─────────┼──────────────┼─────────────
我与远程位置上的服务器有VPN连接。我希望其他pc能够通过VPN连接器到达远程位置上的want服务器。但我到不了我想要的地方。
情况是这样的:
VPN Server (and also the webserver): 10.0.0.2
^
|
Router: 192.168.1.127 & 10.0.0.1 (openssh port is forwarded to 10.0.0.2)
^
|
|
VPN Connector: 192.168.1.148
^