From d0e9b1bc49428e8a45b73be76859a4d264e3b96c Mon Sep 17 00:00:00 2001 From: Yifan Gao Date: Tue, 3 Jan 2023 18:12:37 +0800 Subject: [PATCH] feat: merge ISPS CMCC and Tietong (fix #10) --- operator/cmcc.conf | 2 +- operator/tietong.conf | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) mode change 100644 => 120000 operator/tietong.conf diff --git a/operator/cmcc.conf b/operator/cmcc.conf index b4369454..64f32a84 100644 --- a/operator/cmcc.conf +++ b/operator/cmcc.conf @@ -1,2 +1,2 @@ -PATTERN='china mobile|cmnet' +PATTERN='(china mobile|cmnet|tietong|CHINA RAILWAY)' COUNTRY='CN' diff --git a/operator/tietong.conf b/operator/tietong.conf deleted file mode 100644 index f54ff917..00000000 --- a/operator/tietong.conf +++ /dev/null @@ -1,2 +0,0 @@ -PATTERN='(tietong|CHINA RAILWAY)' -COUNTRY='CN' diff --git a/operator/tietong.conf b/operator/tietong.conf new file mode 120000 index 00000000..8ab001f9 --- /dev/null +++ b/operator/tietong.conf @@ -0,0 +1 @@ +cmcc.conf \ No newline at end of file