-
创建本地节点:
- 打开Goose VPN的配置文件,通常为
config/config.json。 - 在
nodes字段中创建一个新节点。 - 添加以下信息:
nodes: [ { path: "/my-server", port: 88, accessWay: "https", adminOnly: true, downloadOnly: true } ] - 创建一个
output为访问信息:output: [ { path: "/my-server", access: "read-only", permissions: { "user": "read-only", "read": true, "write": true, "delete": false } } ]
- 打开Goose VPN的配置文件,通常为
-
创建连接到外部服务器的节点:
- 重复以上步骤,创建一个新节点。
- 设置访问方式为
https,权限设置为read-only和write-only。
-
创建内部访问节点:
- 在
nodes字段中创建一个新节点。 - 设置访问方式为
http,权限为read-only和write-only。 - 设置路径为与内部服务器一致的路径。
- 在
-
管理节点:
- 删除节点:在
nodes字段中删除对应的节点。 - 修改权限:右键点击节点,选择
update,更新权限参数。
- 删除节点:在
-
访问节点:
使用Goose VPN的API或端点连接到节点,获取访问权限。
通过以上步骤,您可以有效管理Goose VPN的节点,控制访问权限,满足多种网络访问需求。








京公网安备11000000000001号
京ICP备11000001号