You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 23, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,8 @@
18
18
-**FakeTCP**: All TCP, UDP and ICMPv4 packets will be sent with a TCP header to bypass UDP blocking and UDP QoS. Inspired by [Udp2raw-tunnel](https://github.com/wangyu-/udp2raw-tunnel). The handshaking of TCP is also simulated.
19
19
-**Proxy ARP**: Reply ARP request as it owns the specified address which is not on the network.
20
20
-**Multiplexing and Multiple**: One client can handle multiple connections from different devices. And one server can serve multiple clients.
21
-
-**Cross Platform**: Works well with Windows and Linux, and macOS and others in theory.
21
+
-**Cross Platform**: Works well with Windows, macOS, Linux and others in theory.
22
+
-**Monitor**: Observe traffic on [IkaGo-web](http://ikago.ikas.ink)
22
23
-**Full Cone NAT**
23
24
-**Encryption**
24
25
-**KCP Support**
@@ -67,7 +68,7 @@ go run ./cmd/ikago-server -p [port]
67
68
68
69
`-log path`: (Optional) Log.
69
70
70
-
`-monitor port`: (Optional) Port for monitoring. If this value is set, IkaGo will server HTTP server on `localhost:port` and print statistics on it.
71
+
`-monitor port`: (Optional) Port for monitoring. If this value is set, IkaGo will host HTTP server on `localhost:port` and print JSON statistics on it. You can observe observe traffic on [IkaGo-web](http://ikago.ikas.ink).
0 commit comments