mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-01-31 12:19:34 +08:00
Updated Known issues and solutions (markdown)
parent
44dbeb21f8
commit
2c3beb532f
@ -32,3 +32,10 @@ Usually you can avoid traffic loop by adding a route exception, for example on l
|
||||
```
|
||||
ip route add ${udp2raw_server_ip} via ${default_network_gateway}
|
||||
```
|
||||
|
||||
### Run inside virtual machine
|
||||
make sure your virtual machine's virtual network adapter is running as bridged mode, other mdoes are not guaranteed to work.
|
||||
|
||||
### Run inside docker
|
||||
only works on linux and `--network=host` is used.
|
||||
It doesn't work on other OS, since other OS's docker doesnt support raw socket.
|
||||
|
Loading…
x
Reference in New Issue
Block a user