diff --git a/deploy/frp/frps.dev.toml b/deploy/frp/frps.dev.toml index f83720b1..3c31f7a8 100644 --- a/deploy/frp/frps.dev.toml +++ b/deploy/frp/frps.dev.toml @@ -23,3 +23,19 @@ end = 18666 [[allowPorts]] start = 18667 end = 18667 + +[[allowPorts]] +start = 19666 +end = 19666 + +[[allowPorts]] +start = 19667 +end = 19667 + +[[allowPorts]] +start = 20666 +end = 20666 + +[[allowPorts]] +start = 20667 +end = 20667 diff --git a/deploy/master/frp/README.txt b/deploy/master/frp/README.txt index 1c2ad9c5..e9869303 100644 --- a/deploy/master/frp/README.txt +++ b/deploy/master/frp/README.txt @@ -13,6 +13,7 @@ # -p 17666:17666 -p 17667:17667 \ # -p 18666:18666 -p 18667:18667 \ # -p 19666:19666 -p 19667:19667 \ +# -p 20666:20666 -p 20667:20667 \ # -p 7402:7402 \ # -p 28443:28443 \ # fatedier/frps:v0.68.1 -c /etc/frp/frps.toml diff --git a/deploy/master/frp/frps.dev.toml b/deploy/master/frp/frps.dev.toml index b62d01dd..5d17bd28 100644 --- a/deploy/master/frp/frps.dev.toml +++ b/deploy/master/frp/frps.dev.toml @@ -32,6 +32,14 @@ end = 19666 start = 19667 end = 19667 +[[allowPorts]] +start = 20666 +end = 20666 + +[[allowPorts]] +start = 20667 +end = 20667 + [[allowPorts]] start = 7402 end = 7402