(cnt)
| 636 | |
| 637 | // 为节点添加 server-check-url参数 |
| 638 | function Add_URL(cnt) { |
| 639 | if (cnt) { |
| 640 | cnt = cnt +", server_check_url="+PcheckU |
| 641 | } |
| 642 | return cnt |
| 643 | } |
| 644 | |
| 645 | //节点名重名时添加数字序号替换 |
| 646 | function NoReplace(cnt) { |
nothing calls this directly
no outgoing calls
no test coverage detected