You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
228 B
13 lines
228 B
module.exports = {
|
|
ip1: '',
|
|
port1: '',
|
|
ip2: '',
|
|
port2: '',
|
|
ip3: '',
|
|
port3: '',
|
|
ipBackup: '', // 备用ip
|
|
portBackup: '', // 备用端口号
|
|
account: '', // 账号
|
|
password: '', // 密码
|
|
apn: '', // apn
|
|
};
|
|
|