Skip to content
Snippets Groups Projects
Commit bf36c997 authored by Recolic's avatar Recolic :house_with_garden:
Browse files

.

parent 6d419dde
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ end
function vconfig_run_v
set config $argv[1]
set port $argv[2]
set tmpf (mktemp).json
set tmpf "/tmp/.proxy.fish.$port.json"
cat $config | sed "s/10808/$port/g" > $tmpf
echo "Using config $tmpf"
if v2ray version < /dev/null 2> /dev/null | grep 'Ray 5'
......
......@@ -59,6 +59,7 @@ function plugin_after_vm_creat () {
echo "$COLOR_RED_BLD Warning: PublicIp:8888 is mapped to RANDOM_MACHINE:22. Add inbound-nat-rule on az portal manually if required.$COLOR_CLR" 1>&2
fi
if [[ $outbound_ports_per_vm != 1000 ]]; then
echo "$COLOR_RED_BLD Known-Bug: outbound_ports_per_vm limit somehow doesn't work with this script. You must delete slb & manually recrease $COLOR_CLR" 1>&2
echo "$COLOR_RED_BLD Known-Bug: If you use this script, outbound_ports_per_vm limit doesn't work $COLOR_CLR" 1>&2
echo "$COLOR_RED_BLD But if you delete & manually recreate SLB, inbound SLB doesn't work $COLOR_CLR" 1>&2
fi
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment