PresetSeeder.php 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519
  1. <?php
  2. use App\Models\Config;
  3. use App\Models\Country;
  4. use App\Models\EmailFilter;
  5. use App\Models\Label;
  6. use App\Models\Level;
  7. use App\Models\Rule;
  8. use App\Models\SsConfig;
  9. use Illuminate\Database\Seeder;
  10. class PresetSeeder extends Seeder
  11. {
  12. /**
  13. * Run the database seeds.
  14. *
  15. * @return void
  16. */
  17. public function run()
  18. {
  19. // 系统参数
  20. $configList = [
  21. 'is_rand_port',
  22. 'is_user_rand_port',
  23. 'invite_num',
  24. 'is_register',
  25. 'is_invite_register',
  26. 'website_name',
  27. 'is_reset_password',
  28. 'reset_password_times',
  29. 'website_url',
  30. 'referral_type',
  31. 'active_times',
  32. 'is_checkin',
  33. 'min_rand_traffic',
  34. 'max_rand_traffic',
  35. 'wechat_qrcode',
  36. 'alipay_qrcode',
  37. 'traffic_limit_time',
  38. 'referral_traffic',
  39. 'referral_percent',
  40. 'referral_money',
  41. 'referral_status',
  42. 'default_traffic',
  43. 'traffic_warning',
  44. 'traffic_warning_percent',
  45. 'expire_warning',
  46. 'expire_days',
  47. 'reset_traffic',
  48. 'default_days',
  49. 'subscribe_max',
  50. 'min_port',
  51. 'max_port',
  52. 'is_captcha',
  53. 'is_traffic_ban',
  54. 'traffic_ban_value',
  55. 'traffic_ban_time',
  56. 'is_clear_log',
  57. 'is_node_offline',
  58. 'webmaster_email',
  59. 'is_notification',
  60. 'server_chan_key',
  61. 'is_subscribe_ban',
  62. 'subscribe_ban_times',
  63. 'codepay_url',
  64. 'codepay_id',
  65. 'codepay_key',
  66. 'is_free_code',
  67. 'is_forbid_robot',
  68. 'subscribe_domain',
  69. 'auto_release_port',
  70. 'website_callback_url',
  71. 'web_api_url',
  72. 'v2ray_license',
  73. 'trojan_license',
  74. 'v2ray_tls_provider',
  75. 'website_analytics',
  76. 'website_customer_service',
  77. 'register_ip_limit',
  78. 'is_email_filtering',
  79. 'is_push_bear',
  80. 'push_bear_send_key',
  81. 'push_bear_qrcode',
  82. 'is_ban_status',
  83. 'is_namesilo',
  84. 'namesilo_key',
  85. 'website_logo',
  86. 'website_home_logo',
  87. 'nodes_detection',
  88. 'detection_check_times',
  89. 'is_forbid_china',
  90. 'is_forbid_oversea',
  91. 'AppStore_id',
  92. 'AppStore_password',
  93. 'is_activate_account',
  94. 'node_daily_report',
  95. 'mix_subscribe',
  96. 'rand_subscribe',
  97. 'is_custom_subscribe',
  98. 'is_AliPay',
  99. 'is_QQPay',
  100. 'is_WeChatPay',
  101. 'is_otherPay',
  102. 'alipay_private_key',
  103. 'alipay_public_key',
  104. 'alipay_transport',
  105. 'alipay_currency',
  106. 'bitpay_secret',
  107. 'f2fpay_app_id',
  108. 'f2fpay_private_key',
  109. 'f2fpay_public_key',
  110. 'website_security_code',
  111. 'subject_name',
  112. 'geetest_id',
  113. 'geetest_key',
  114. 'google_captcha_sitekey',
  115. 'google_captcha_secret',
  116. 'user_invite_days',
  117. 'admin_invite_days',
  118. 'offline_check_times',
  119. 'payjs_mch_id',
  120. 'payjs_key',
  121. 'maintenance_mode',
  122. 'maintenance_time',
  123. 'maintenance_content',
  124. 'bark_key',
  125. 'hcaptcha_secret',
  126. 'hcaptcha_sitekey',
  127. 'paypal_username',
  128. 'paypal_password',
  129. 'paypal_secret',
  130. 'paypal_certificate',
  131. 'paypal_app_id',
  132. 'redirect_url',
  133. 'epay_url',
  134. 'epay_mch_id',
  135. 'epay_key',
  136. ];
  137. foreach ($configList as $config) {
  138. Config::insert(['name' => $config]);
  139. }
  140. $presetDates = [
  141. 'invite_num' => 3,
  142. 'is_register' => 1,
  143. 'is_invite_register' => 2,
  144. 'website_name' => 'ProxyPanel',
  145. 'is_reset_password' => 1,
  146. 'reset_password_times' => 3,
  147. 'website_url' => 'https://demo.proxypanel.ml',
  148. 'active_times' => 3,
  149. 'is_checkin' => 1,
  150. 'min_rand_traffic' => 10,
  151. 'max_rand_traffic' => 500,
  152. 'traffic_limit_time' => 1440,
  153. 'referral_traffic' => 1024,
  154. 'referral_percent' => 0.2,
  155. 'referral_money' => 100,
  156. 'referral_status' => 1,
  157. 'default_traffic' => 1024,
  158. 'traffic_warning_percent' => 80,
  159. 'expire_days' => 15,
  160. 'reset_traffic' => 1,
  161. 'default_days' => 7,
  162. 'subscribe_max' => 3,
  163. 'min_port' => 10000,
  164. 'max_port' => 65535,
  165. 'is_traffic_ban' => 1,
  166. 'traffic_ban_value' => 10,
  167. 'traffic_ban_time' => 60,
  168. 'is_clear_log' => 1,
  169. 'is_subscribe_ban' => 1,
  170. 'subscribe_ban_times' => 20,
  171. 'auto_release_port' => 1,
  172. 'register_ip_limit' => 5,
  173. 'detection_check_times' => 3,
  174. 'alipay_transport' => 'http',
  175. 'alipay_currency' => 'USD',
  176. 'user_invite_days' => 7,
  177. 'admin_invite_days' => 7,
  178. ];
  179. foreach ($presetDates as $key => $value) {
  180. Config::find($key)->update(['value' => $value]);
  181. }
  182. // 生成最初的等级
  183. Level::insert(['level' => 0, 'name' => 'Free']);
  184. for ($i = 1; $i < 8; $i++) {
  185. Level::insert(['level' => $i, 'name' => 'VIP-'.$i]);
  186. }
  187. // ss系列 加密方式
  188. SsConfig::insert(['name' => 'none', 'type' => 1, 'is_default' => 1]);
  189. SsConfig::insert(['name' => 'rc4-md5']);
  190. SsConfig::insert(['name' => 'aes-128-cfb']);
  191. SsConfig::insert(['name' => 'aes-192-cfb']);
  192. SsConfig::insert(['name' => 'aes-256-cfb']);
  193. SsConfig::insert(['name' => 'aes-128-ctr']);
  194. SsConfig::insert(['name' => 'aes-192-ctr']);
  195. SsConfig::insert(['name' => 'aes-256-ctr']);
  196. SsConfig::insert(['name' => 'aes-128-gcm']);
  197. SsConfig::insert(['name' => 'aes-192-gcm']);
  198. SsConfig::insert(['name' => 'aes-256-gcm']);
  199. SsConfig::insert(['name' => 'bf-cfb']);
  200. SsConfig::insert(['name' => 'cast5-cfb']);
  201. SsConfig::insert(['name' => 'des-cfb']);
  202. SsConfig::insert(['name' => 'salsa20']);
  203. SsConfig::insert(['name' => 'chacha20']);
  204. SsConfig::insert(['name' => 'chacha20-ietf']);
  205. SsConfig::insert(['name' => 'chacha20-ietf-poly1305']);
  206. // ss系列 协议
  207. SsConfig::insert(['name' => 'origin', 'type' => 2, 'is_default' => 1]);
  208. SsConfig::insert(['name' => 'auth_sha1_v4', 'type' => 2]);
  209. SsConfig::insert(['name' => 'auth_aes128_md5', 'type' => 2]);
  210. SsConfig::insert(['name' => 'auth_aes128_sha1', 'type' => 2]);
  211. SsConfig::insert(['name' => 'auth_chain_a', 'type' => 2]);
  212. SsConfig::insert(['name' => 'auth_chain_b', 'type' => 2]);
  213. SsConfig::insert(['name' => 'auth_chain_c', 'type' => 2]);
  214. SsConfig::insert(['name' => 'auth_chain_d', 'type' => 2]);
  215. SsConfig::insert(['name' => 'auth_chain_e', 'type' => 2]);
  216. SsConfig::insert(['name' => 'auth_chain_f', 'type' => 2]);
  217. // ss系列 混淆
  218. SsConfig::insert(['name' => 'plain', 'type' => 3, 'is_default' => 1]);
  219. SsConfig::insert(['name' => 'http_simple', 'type' => 3]);
  220. SsConfig::insert(['name' => 'http_post', 'type' => 3]);
  221. SsConfig::insert(['name' => 'tls1.2_ticket_auth', 'type' => 3]);
  222. SsConfig::insert(['name' => 'tls1.2_ticket_fastauth', 'type' => 3]);
  223. // 节点用标签
  224. $labelList = [
  225. 'Netflix',
  226. 'Hulu',
  227. 'HBO',
  228. 'Amazon Video',
  229. 'DisneyNow',
  230. 'BBC',
  231. 'Channel 4',
  232. 'Fox+',
  233. 'Happyon',
  234. 'AbemeTV',
  235. 'DMM',
  236. 'NicoNico',
  237. 'Pixiv',
  238. 'TVer',
  239. 'TVB',
  240. 'HBO Go',
  241. 'BiliBili港澳台',
  242. '動畫瘋',
  243. '四季線上影視',
  244. 'LINE TV',
  245. 'Youtube Premium',
  246. '中国视频网站',
  247. '网易云音乐',
  248. 'QQ音乐',
  249. 'DisneyPlus',
  250. 'Pandora',
  251. 'SoundCloud',
  252. 'Spotify',
  253. 'TIDAL',
  254. 'TikTok',
  255. 'Pornhub',
  256. 'Twitch',
  257. ];
  258. foreach ($labelList as $label) {
  259. Label::insert(['name' => $label]);
  260. }
  261. // 黑名单邮箱 过滤列表
  262. $blackEmailSuffixList = [
  263. 'chacuo.com',
  264. '1766258.com',
  265. '3202.com',
  266. '4057.com',
  267. '4059.com',
  268. 'a7996.com',
  269. 'bccto.me',
  270. 'bnuis.com',
  271. 'chaichuang.com',
  272. 'cr219.com',
  273. 'cuirushi.org',
  274. 'dawin.com',
  275. 'jiaxin8736.com',
  276. 'lakqs.com',
  277. 'urltc.com',
  278. '027168.com',
  279. '10minutemail.net',
  280. '11163.com',
  281. '1shivom.com',
  282. 'auoie.com',
  283. 'bareed.ws',
  284. 'bit-degree.com',
  285. 'cjpeg.com',
  286. 'cool.fr.nf',
  287. 'courriel.fr.nf',
  288. 'disbox.net',
  289. 'disbox.org',
  290. 'fidelium10.com',
  291. 'get365.pw',
  292. 'ggr.la',
  293. 'grr.la',
  294. 'guerrillamail.biz',
  295. 'guerrillamail.com',
  296. 'guerrillamail.de',
  297. 'guerrillamail.net',
  298. 'guerrillamail.org',
  299. 'guerrillamailblock.com',
  300. 'hubii-network.com',
  301. 'hurify1.com',
  302. 'itoup.com',
  303. 'jetable.fr.nf',
  304. 'jnpayy.com',
  305. 'juyouxi.com',
  306. 'mail.bccto.me',
  307. 'www.bccto.me',
  308. 'mega.zik.dj',
  309. 'moakt.co',
  310. 'moakt.ws',
  311. 'molms.com',
  312. 'moncourrier.fr.nf',
  313. 'monemail.fr.nf',
  314. 'monmail.fr.nf',
  315. 'nomail.xl.cx',
  316. 'nospam.ze.tc',
  317. 'pay-mon.com',
  318. 'poly-swarm.com',
  319. 'sgmh.online',
  320. 'sharklasers.com',
  321. 'shiftrpg.com',
  322. 'spam4.me',
  323. 'speed.1s.fr',
  324. 'tmail.ws',
  325. 'tmails.net',
  326. 'tmpmail.net',
  327. 'tmpmail.org',
  328. 'travala10.com',
  329. 'yopmail.com',
  330. 'yopmail.fr',
  331. 'yopmail.net',
  332. 'yuoia.com',
  333. 'zep-hyr.com',
  334. 'zippiex.com',
  335. 'lrc8.com',
  336. '1otc.com',
  337. 'emailna.co',
  338. 'mailinator.com',
  339. 'nbzmr.com',
  340. 'awsoo.com',
  341. 'zhcne.com',
  342. '0box.eu',
  343. 'contbay.com',
  344. 'damnthespam.com',
  345. 'kurzepost.de',
  346. 'objectmail.com',
  347. 'proxymail.eu',
  348. 'rcpt.at',
  349. 'trash-mail.at',
  350. 'trashmail.at',
  351. 'trashmail.com',
  352. 'trashmail.io',
  353. 'trashmail.me',
  354. 'trashmail.net',
  355. 'wegwerfmail.de',
  356. 'wegwerfmail.net',
  357. 'wegwerfmail.org',
  358. 'nwytg.net',
  359. 'despam.it',
  360. 'spambox.us',
  361. 'spam.la',
  362. 'mytrashmail.com',
  363. 'mt2014.com',
  364. 'mt2015.com',
  365. 'thankyou2010.com',
  366. 'trash2009.com',
  367. 'mt2009.com',
  368. 'trashymail.com',
  369. 'tempemail.net',
  370. 'slopsbox.com',
  371. 'mailnesia.com',
  372. 'ezehe.com',
  373. 'tempail.com',
  374. 'newairmail.com',
  375. 'temp-mail.org',
  376. 'linshiyouxiang.net',
  377. 'zwoho.com',
  378. 'mailboxy.fun',
  379. 'crypto-net.club',
  380. 'guerrillamail.info',
  381. 'pokemail.net',
  382. 'odmail.cn',
  383. 'hlooy.com',
  384. 'ozlaq.com',
  385. '666email.com',
  386. 'linshiyou.com',
  387. 'linshiyou.pl',
  388. 'woyao.pl',
  389. 'yaowo.pl',
  390. ];
  391. foreach ($blackEmailSuffixList as $emailSuffix) {
  392. EmailFilter::insert(['type' => 1, 'words' => $emailSuffix]);
  393. }
  394. // 白名单邮箱 过滤列表
  395. $whiteEmailSuffixList = [
  396. 'qq.com',
  397. '163.com',
  398. '126.com',
  399. '189.com',
  400. 'sohu.com',
  401. 'gmail.com',
  402. 'outlook.com',
  403. 'icloud.com',
  404. ];
  405. foreach ($whiteEmailSuffixList as $emailSuffix) {
  406. EmailFilter::insert(['type' => 2, 'words' => $emailSuffix]);
  407. }
  408. $countryList = [
  409. 'au' => '澳大利亚',
  410. 'br' => '巴西',
  411. 'ca' => '加拿大',
  412. 'ch' => '瑞士',
  413. 'cn' => '中国',
  414. 'de' => '德国',
  415. 'dk' => '丹麦',
  416. 'eg' => '埃及',
  417. 'fr' => '法国',
  418. 'gr' => '希腊',
  419. 'hk' => '香港',
  420. 'id' => '印度尼西亚',
  421. 'ie' => '爱尔兰',
  422. 'il' => '以色列',
  423. 'in' => '印度',
  424. 'iq' => '伊拉克',
  425. 'ir' => '伊朗',
  426. 'it' => '意大利',
  427. 'jp' => '日本',
  428. 'kr' => '韩国',
  429. 'mx' => '墨西哥',
  430. 'my' => '马来西亚',
  431. 'nl' => '荷兰',
  432. 'no' => '挪威',
  433. 'nz' => '纽西兰',
  434. 'ph' => '菲律宾',
  435. 'ru' => '俄罗斯',
  436. 'se' => '瑞典',
  437. 'sg' => '新加坡',
  438. 'th' => '泰国',
  439. 'tr' => '土耳其',
  440. 'tw' => '台湾',
  441. 'uk' => '英国',
  442. 'us' => '美国',
  443. 'vn' => '越南',
  444. 'pl' => '波兰',
  445. 'kz' => '哈萨克斯坦',
  446. 'ua' => '乌克兰',
  447. 'ro' => '罗马尼亚',
  448. 'ae' => '阿联酋',
  449. 'za' => '南非',
  450. 'mm' => '缅甸',
  451. 'is' => '冰岛',
  452. 'fi' => '芬兰',
  453. 'lu' => '卢森堡',
  454. 'be' => '比利时',
  455. 'bg' => '保加利亚',
  456. 'lt' => '立陶宛',
  457. 'co' => '哥伦比亚',
  458. 'mo' => '澳门',
  459. 'ke' => '肯尼亚',
  460. 'cz' => '捷克',
  461. 'md' => '摩尔多瓦',
  462. 'es' => '西班牙',
  463. 'pk' => '巴基斯坦',
  464. 'pt' => '葡萄牙',
  465. 'hu' => '匈牙利',
  466. 'ar' => '阿根廷',
  467. ];
  468. foreach ($countryList as $code => $name) {
  469. Country::insert(['code' => $code, 'name' => $name]);
  470. }
  471. // 审核规则
  472. $ruleList = [
  473. '360' => '(.*.||)(^360|0360|1360|3600|360safe|^so|qhimg|qhmsg|^yunpan|qihoo|qhcdn|qhupdate|360totalsecurity|360shouji|qihucdn|360kan|secmp).(cn|com|net)',
  474. '腾讯管家' => '(.guanjia.qq.com|qqpcmgr|QQPCMGR)',
  475. '金山毒霸' => '(.*.||)(rising|kingsoft|duba|xindubawukong|jinshanduba).(com|net|org)',
  476. '暗网相关' => '(.*.||)(netvigator|torproject).(cn|com|net|org)',
  477. '百度定位' => '(api|ps|sv|offnavi|newvector|ulog.imap|newloc|tracknavi)(.map|).(baidu|n.shifen).com',
  478. '法轮功类' => '(.*.||)(dafahao|minghui|dongtaiwang|dajiyuan|falundata|shenyun|tuidang|epochweekly|epochtimes|ntdtv|falundafa|wujieliulan|zhengjian).(org|com|net)',
  479. 'BT扩展名' => '(torrent|.torrent|peer_id=|info_hash|get_peers|find_node|BitTorrent|announce_peer|announce.php?passkey=)',
  480. '邮件滥发' => '((^.*@)(guerrillamail|guerrillamailblock|sharklasers|grr|pokemail|spam4|bccto|chacuo|027168).(info|biz|com|de|net|org|me|la)|Subject|HELO|SMTP)',
  481. '迅雷下载' => '(.?)(xunlei|sandai|Thunder|XLLiveUD)(.)',
  482. '大陆应用' => '(.*.||)(baidu|qq|163|189|10000|10010|10086|sohu|sogoucdn|sogou|uc|58|taobao|qpic|bilibili|hdslb|acgvideo|sina|douban|doubanio|xiaohongshu|sinaimg|weibo|xiaomi|youzanyun|meituan|dianping|biliapi|huawei|pinduoduo|cnzz).(org|com|net|cn)',
  483. '大陆银行' => '(.*.||)(icbc|ccb|boc|bankcomm|abchina|cmbchina|psbc|cebbank|cmbc|pingan|spdb|citicbank|cib|hxb|bankofbeijing|hsbank|tccb|4001961200|bosc|hkbchina|njcb|nbcb|lj-bank|bjrcb|jsbchina|gzcb|cqcbank|czbank|hzbank|srcb|cbhb|cqrcb|grcbank|qdccb|bocd|hrbcb|jlbank|bankofdl|qlbchina|dongguanbank|cscb|hebbank|drcbank|zzbank|bsb|xmccb|hljrcc|jxnxs|gsrcu|fjnx|sxnxs|gx966888|gx966888|zj96596|hnnxs|ahrcu|shanxinj|hainanbank|scrcu|gdrcu|hbxh|ynrcc|lnrcc|nmgnxs|hebnx|jlnls|js96008|hnnx|sdnxs).(org|com|net|cn)',
  484. '台湾银行' => '(.*.||)(firstbank|bot|cotabank|megabank|tcb-bank|landbank|hncb|bankchb|tbb|ktb|tcbbank|scsb|bop|sunnybank|kgibank|fubon|ctbcbank|cathaybk|eximbank|bok|ubot|feib|yuantabank|sinopac|esunbank|taishinbank|jihsunbank|entiebank|hwataibank|csc|skbank).(org|com|net|tw)',
  485. '大陆第三方支付' => '(.*.||)(alipay|baifubao|yeepay|99bill|95516|51credit|cmpay|tenpay|lakala|jdpay).(org|com|net|cn)',
  486. '台湾特供' => '(.*.||)(visa|mycard|mastercard|gov|gash|beanfun|bank|line).(org|com|net|cn|tw|jp|kr)',
  487. '涉政治类' => '(.*.||)(shenzhoufilm|secretchina|renminbao|aboluowang|mhradio|guangming|zhengwunet|soundofhope|yuanming|zhuichaguoji|fgmtv|xinsheng|shenyunperformingarts|epochweekly|tuidang|shenyun|falundata|bannedbook|pincong|rfi|mingjingnews|boxun|rfa|scmp|ogate|voachinese).(org|com|net|rocks|fr)',
  488. '流媒体' => '(.*.||)(youtube|googlevideo|hulu|netflix|nflxvideo|akamai|nflximg|hbo|mtv|bbc|tvb).(org|club|com|net|tv)',
  489. '测速类' => '(.*.||)(fast|speedtest).(org|com|net|cn)',
  490. '外汇交易类' => '(.*.||)(metatrader4|metatrader5|mql5).(org|com|net)',
  491. ];
  492. foreach ($ruleList as $name => $pattern) {
  493. Rule::insert(['type' => 1, 'name' => $name, 'pattern' => $pattern]);
  494. }
  495. // 生成初始管理账号
  496. $user = Helpers::addUser('test@test.com', '123456', 100 * GB, sysConfig('default_days'), null, '管理员');
  497. $user->assignRole('Super Admin');
  498. }
  499. }