Skip to content

Commit

Permalink
Tab to spaces for config files
Browse files Browse the repository at this point in the history
for %i in (*.config) do expand --tabs=4 %i >..\new\%i
  • Loading branch information
lifenjoiner committed Jul 4, 2022
1 parent a4624e1 commit 6990074
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
24 changes: 12 additions & 12 deletions default.config
Original file line number Diff line number Diff line change
Expand Up @@ -321,13 +321,13 @@ MultipleTTL 1
# ��Ⱦ���ƣ�
# ijЩ������ CName ��¼������ www.windowsupdate.com��
# ;; QUESTION SECTION:
# ;www.windowsupdate.com. IN A
# ;www.windowsupdate.com. IN A
#
# ;; ANSWER SECTION:
# www.windowsupdate.com. 3585 IN CNAME windowsupdate.microsoft.nsatc.net. ����¼һ��
# windowsupdate.microsoft.nsatc.net. 285 IN CNAME www.update.microsoft.com.nsatc.net. ����¼����
# www.update.microsoft.com.nsatc.net. 285 IN A 134.170.58.222 ����¼����
# www.update.microsoft.com.nsatc.net. 285 IN A 65.55.50.157 ����¼�ģ�
# www.windowsupdate.com. 3585 IN CNAME windowsupdate.microsoft.nsatc.net. ����¼һ��
# windowsupdate.microsoft.nsatc.net. 285 IN CNAME www.update.microsoft.com.nsatc.net. ����¼����
# www.update.microsoft.com.nsatc.net. 285 IN A 134.170.58.222 ����¼����
# www.update.microsoft.com.nsatc.net. 285 IN A 65.55.50.157 ����¼�ģ�
#
# �������ָ���� `www.windowsupdate.com' �Ļ�����ƣ���ô `windowsupdate.microsoft.nsatc.net' �� `www.update.microsoft.com.nsatc.net' �ļ�¼��ʲô������д������Ǽ̳� `www.windowsupdate.com' �Ļ������ã�����ʹ���Լ�ר�ŵ����ã�����еĻ�����
# ����ָ����Ⱦ����������������
Expand Down Expand Up @@ -383,7 +383,7 @@ OverwriteCache false
# DisabledType <NUM1>,<NUM2>,.....
# ��ֹ��ѯ�� DNS �����б���ÿ�����ͣ������ִ�����֮���ð�Ƕ��� (`,') �ָ� (since 2.2)
# ���е� DNS ���ͣ�
# A 1 IPv4 ��ַ
# A 1 IPv4 ��ַ
# AAAA 28 IPv6 ��ַ
# APL 42
# CERT 37
Expand All @@ -392,27 +392,27 @@ OverwriteCache false
# DLV 32769
# DNAME 39
# DNSKEY 48
# DS 43
# DS 43
# HIP 55
# IPSECKEY 45
# KEY 25
# KX 36
# KX 36
# LOC 29
# MX 15
# MX 15
# NAPTR 35
# NS 2 Name Server
# NS 2 Name Server
# NSEC 47
# NSEC3 50
# NSEC3PARAM 51
# PTR 12 Domain pointer
# RRSIG 46
# RP 17
# RP 17
# SIG 24
# SOA 6 start of authority record
# SPF 99
# SRV 33
# SSHFP 44
# TA 32768
# TA 32768
# TKEY 249
# TSIG 250
# TXT 16
Expand Down
24 changes: 12 additions & 12 deletions default.en.config
Original file line number Diff line number Diff line change
Expand Up @@ -368,13 +368,13 @@ MultipleTTL 1
# Contagiousness:
# Problem arised for domains that have CName records, such as www.windowsupdate.com:
# ;; QUESTION SECTION:
# ;www.windowsupdate.com. IN A
# ;www.windowsupdate.com. IN A
#
# ;; ANSWER SECTION:
# www.windowsupdate.com. 3585 IN CNAME windowsupdate.microsoft.nsatc.net. (Record 1)
# windowsupdate.microsoft.nsatc.net. 285 IN CNAME www.update.microsoft.com.nsatc.net. (Record 2)
# www.update.microsoft.com.nsatc.net. 285 IN A 134.170.58.222 (Record 3)
# www.update.microsoft.com.nsatc.net. 285 IN A 65.55.50.157 (Record 4)
# www.windowsupdate.com. 3585 IN CNAME windowsupdate.microsoft.nsatc.net. (Record 1)
# windowsupdate.microsoft.nsatc.net. 285 IN CNAME www.update.microsoft.com.nsatc.net. (Record 2)
# www.update.microsoft.com.nsatc.net. 285 IN A 134.170.58.222 (Record 3)
# www.update.microsoft.com.nsatc.net. 285 IN A 65.55.50.157 (Record 4)
#
# Consider if there is a control rule for `www.windowsupdate.com',
# how to handle with `windowsupdate.microsoft.nsatc.net' and
Expand Down Expand Up @@ -437,7 +437,7 @@ OverwriteCache false
# DisabledType <NUM1>,<NUM2>,.....
# Refuse to query specified types of DNS (since 2.2)
# Some DNS types:
# A 1 IPv4 Address
# A 1 IPv4 Address
# AAAA 28 IPv6 Address
# APL 42
# CERT 37
Expand All @@ -446,27 +446,27 @@ OverwriteCache false
# DLV 32769
# DNAME 39
# DNSKEY 48
# DS 43
# DS 43
# HIP 55
# IPSECKEY 45
# KEY 25
# KX 36
# KX 36
# LOC 29
# MX 15
# MX 15
# NAPTR 35
# NS 2 Name Server
# NS 2 Name Server
# NSEC 47
# NSEC3 50
# NSEC3PARAM 51
# PTR 12 Domain pointer
# RRSIG 46
# RP 17
# RP 17
# SIG 24
# SOA 6 start of authority record
# SPF 99
# SRV 33
# SSHFP 44
# TA 32768
# TA 32768
# TKEY 249
# TSIG 250
# TXT 16
Expand Down

0 comments on commit 6990074

Please sign in to comment.