Skip to content

Commit 794b4f0

Browse files
committed
feat(shadowsocks-service): README doc for allowed_plugins (#1943)
1 parent 76eb770 commit 794b4f0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,12 @@ Example configuration:
837837
"online_config": {
838838
"config_url": "https://path-to-online-sip008-configuration",
839839
// Optional. Seconds between each update to config_url. Default to 3600s
840-
"update_interval": 3600
840+
"update_interval": 3600,
841+
// Optional. Whitelist of plugins
842+
// SECURITY: To avoid executing untrusted commands loaded from config_url
843+
"allowed_plugins": [
844+
"v2ray-plugin"
845+
]
841846
},
842847

843848
// Service configurations

0 commit comments

Comments
 (0)