mirror of
https://github.com/fatedier/frp.git
synced 2025-07-27 07:35:07 +00:00
new feature plugin and unix domian socket plugin
This commit is contained in:
@@ -81,3 +81,12 @@ use_encryption = false
|
||||
use_compression = false
|
||||
subdomain = web01
|
||||
custom_domains = web02.yourdomain.com
|
||||
|
||||
[unix_domain]
|
||||
type = tcp
|
||||
remote_port = 6001
|
||||
# if plugin is defined, local_ip and local_port is useless
|
||||
# plugin will handle connections got from frps
|
||||
plugin = unix_domain_socket
|
||||
# params set with prefix "plugin_" that plugin needed
|
||||
plugin_unix_path = /var/run/docker.sock
|
||||
|
Reference in New Issue
Block a user