mirror of
https://github.com/fatedier/frp.git
synced 2025-08-02 12:07:20 +00:00
feat: support sudp proxy (#1730)
This commit is contained in:
@@ -23,3 +23,12 @@ bind_addr = 127.0.0.1
|
||||
bind_port = 10905
|
||||
use_encryption = true
|
||||
use_compression = true
|
||||
|
||||
|
||||
[sudp_visitor]
|
||||
type = sudp
|
||||
role = visitor
|
||||
server_name = sudp
|
||||
sk = abcdefg
|
||||
bind_addr = 127.0.0.1
|
||||
bind_port = 10816
|
||||
|
Reference in New Issue
Block a user