产品详细信息
商品详情
无限添加订阅、批量开机、辅助多IP、永久使用 登录面板 | 备用登录
辅助IP使用方法:
示例:添加9个辅助IP,添加辅助IP后在服务器里面运行以下命令以向服务器绑定IP
如服务器提示未安装:ifconfig 请在服务器安装相关程序后使用以下命令。
ifconfig eth0:1 10.0.0.5 up
ifconfig eth0:2 10.0.0.6 up
ifconfig eth0:3 10.0.0.7 up
ifconfig eth0:4 10.0.0.8 up
ifconfig eth0:5 10.0.0.9 up
ifconfig eth0:6 10.0.0.10 up
ifconfig eth0:7 10.0.0.11 up
ifconfig eth0:8 10.0.0.12 up
ifconfig eth0:9 10.0.0.13 up
相关脚本:
#!/bin/bash
base_ip="10.0.0."
interface_count=3
for ((i=1; i<=interface_count; i++))
do
ifconfig eth0:$i $base_ip$((i+4)) up
done
UDP流量转发:iptables -t nat -A PREROUTING -p udp --dst 10.0.0.5-10.0.0.23 -j DNAT --to-destination 10.0.0.4
多IP在X-UI中的使用示例TCP(源进源出):
{
"api": {
"services": [
"HandlerService",
"LoggerService",
"StatsService"
],
"tag": "api"
},
"inbounds": [
{
"listen": "127.0.0.1",
"port": 62789,
"protocol": "dokodemo-door",
"settings": {
"address": "127.0.0.1"
},
"tag": "api"
}
],
"outbounds": [
{
"tag": "ip1",
"sendThrough": "内网IP,如:10.0.0.5",
"protocol": "freedom",
"settings": {}
},
{
"tag": "ip2",
"sendThrough": "内网IP,如:10.0.0.6",
"protocol": "freedom",
"settings": {}
},
{
"protocol": "freedom",
"settings": {}
},
{
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
}
],
"policy": {
"system": {
"statsInboundDownlink": true,
"statsInboundUplink": true
}
},
"routing": {
"rules": [
{
"inboundTag": [
"inbound-端口","inbound-端口"
],
"outboundTag": "ip1",
"type": "field"
},
{
"inboundTag": [
"inbound-端口","inbound-端口"
],
"outboundTag": "ip2",
"type": "field"
},
{
"inboundTag": [
"api"
],
"outboundTag": "api",
"type": "field"
},
{
"ip": [
"geoip:private"
],
"outboundTag": "blocked",
"type": "field"
},
{
"outboundTag": "blocked",
"protocol": [
"bittorrent"
],
"type": "field"
}
]
},
"stats": {}
}
测试账户:test / test123 警告:禁止向此号添加任何订阅,此账号是公共测试账号,任何人都有权限访问此账号。
API获取方法:
方法1:使用cloudshell by Powershell
多订阅:az ad sp create-for-rbac --role owner --scopes /subscriptions/订阅ID
单订阅:$sub_id=$(az account list --query [].id -o tsv) ; az ad sp create-for-rbac --role owner --scopes /subscriptions/$sub_id
方法2:cloudshell by Bash
sub_id=$(az account list --query [].id -o tsv) && az ad sp create-for-rbac --role contributor --scopes /subscriptions/$sub_id
如果自定义请参考Azure API文档:https://docs.microsoft.com/zh-cn/cli/azure/role
订阅ID获取图文教程:
clientId = appid
clientSecret = password
tenantId =tenant
*也可直接复制粘贴进Json
对应添加即可
二、开机
添加订阅后点击 管理-添加
三、机器管理
(番外
批量开机配额:
在创建新的服务器时可以指定添加数量。
按照微软规定,每个地区的实例配额是4-10台。
AZ200未升级=4个CPU配额/地区 | AZ200已升级=10个CPU配额/地区 | Students=6个CPU配额/地区
可以在Portal发起工单申请CPU配额,一般申请128C都是秒通过
全区开满大概在300台左右(肯定会封号,现在薅不了全区