mirror of
https://github.com/fatedier/frp.git
synced 2025-08-02 03:59:03 +00:00
feat: support sudp proxy (#1730)
This commit is contained in:
@@ -72,6 +72,12 @@ local_port = 10701
|
||||
use_encryption = true
|
||||
use_compression = true
|
||||
|
||||
[sudp]
|
||||
type = sudp
|
||||
sk = abcdefg
|
||||
local_ip = 127.0.0.1
|
||||
local_port = 10702
|
||||
|
||||
[web01]
|
||||
type = http
|
||||
local_ip = 127.0.0.1
|
||||
|
Reference in New Issue
Block a user