CN113395370B - Method and device for automatically configuring user-defined domain name - Google Patents

Method and device for automatically configuring user-defined domain name Download PDF

Info

Publication number
CN113395370B
CN113395370B CN202110697769.3A CN202110697769A CN113395370B CN 113395370 B CN113395370 B CN 113395370B CN 202110697769 A CN202110697769 A CN 202110697769A CN 113395370 B CN113395370 B CN 113395370B
Authority
CN
China
Prior art keywords
domain name
information
server
resolution information
user
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202110697769.3A
Other languages
Chinese (zh)
Other versions
CN113395370A (en
Inventor
黄培
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Zhongyan Network Technology Co ltd
Original Assignee
Shanghai Zhongyan Network Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Zhongyan Network Technology Co ltd filed Critical Shanghai Zhongyan Network Technology Co ltd
Priority to CN202110697769.3A priority Critical patent/CN113395370B/en
Publication of CN113395370A publication Critical patent/CN113395370A/en
Application granted granted Critical
Publication of CN113395370B publication Critical patent/CN113395370B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/45Network directories; Name-to-address mapping
    • H04L61/4505Network directories; Name-to-address mapping using standardised directories; using standardised directory access protocols
    • H04L61/4511Network directories; Name-to-address mapping using standardised directories; using standardised directory access protocols using domain name system [DNS]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/09Mapping addresses
    • H04L61/10Mapping addresses of different types

Abstract

The invention provides a method and a device for automatically configuring a user-defined domain name, wherein the method comprises the steps of obtaining the user-defined domain name and configuration information corresponding to the user-defined domain name, and sending the user-defined domain name and the configuration information to a server; writing the user-defined domain name and the configuration information into a database of a server; acquiring domain name resolution information from a DNS (domain name server); carrying out validity query according to the domain name resolution information, and if the domain name resolution information is legal, returning a corresponding legal value to a target user; and if the domain name resolution information is illegal, intercepting a domain name request corresponding to the user-defined domain name and displaying an illegal page to the target user. The method can realize comprehensive automatic domain name configuration, improve the efficiency and reduce the configuration complexity and the error rate.

Description

Method and device for automatically configuring user-defined domain name
Technical Field
The disclosure relates to the technical field of internet, in particular to a method and a device for automatically configuring a user-defined domain name.
Background
In the current questionnaire survey website, if a user wants to embody a self-owned brand, the user can customize a domain name linked with the self-owned survey. However, in the current customized domain name schemes in the market, corresponding domain name configuration needs to be made on the proxy layer of the server, and the domain name needs to be put on record, so that the configuration process of the server is complicated, errors are easy to make, and more operations exist.
Therefore, how to provide a technical solution to solve the above technical problems is a technical problem that needs to be solved by those skilled in the art.
Disclosure of Invention
The embodiment of the disclosure provides a method and a device for automatically configuring a user-defined domain name, which can realize comprehensive automatic domain name configuration, improve efficiency and reduce configuration complexity and error rate.
In a first aspect of the embodiments of the present disclosure, a method for automatically configuring a custom domain name is provided, where the method includes:
acquiring a user-defined domain name and configuration information corresponding to the user-defined domain name, and sending the user-defined domain name and the configuration information to a server;
writing the user-defined domain name and the configuration information into a database of the server;
acquiring domain name resolution information from a DNS (domain name server);
carrying out legality query according to the domain name resolution information,
if the domain name resolution information is legal, returning a corresponding legal value to the target user;
and if the domain name resolution information is illegal, intercepting a domain name request corresponding to the user-defined domain name and displaying an illegal page to the target user.
In an optional implementation manner, the method for obtaining domain name resolution information from a DNS server includes:
and realizing a request resolver based on Lua language, and acquiring domain name resolution information from a DNS (domain name server) through the request resolver.
In an optional implementation manner, the method for performing validity query according to the domain name resolution information includes:
according to the domain name resolution information and domain name corresponding information prestored in a database of the server, legal inquiry is carried out, wherein the domain name corresponding information is used for indicating the corresponding relation between the domain name resolution information prestored in the database and a legal value;
if the domain name resolution information can be matched with the corresponding domain name resolution information in the domain name corresponding information, determining that the domain name resolution information is legal;
and if the domain name resolution information cannot be matched with the corresponding domain name resolution information in the domain name corresponding information, determining that the domain name resolution information is illegal.
In an optional embodiment, after writing the customized domain name and the configuration information into the database of the server, the method further includes:
and obtaining the cache information of the user-defined domain name and the configuration information based on the Lua language, and writing the cache information into a database of the server.
In an optional embodiment, the method further comprises:
storing all domain name request information and server access information based on a preset information storage standard;
and generating a corresponding access log for the domain name request information and the server access information according to a preset log generation standard and based on the log generation standard, and storing the access log in a database of the server.
In a second aspect of the embodiments of the present disclosure, an apparatus for automatically configuring a custom domain name is provided, where the apparatus includes:
the device comprises a first unit, a second unit and a third unit, wherein the first unit is used for acquiring a user-defined domain name and configuration information corresponding to the user-defined domain name and sending the user-defined domain name and the configuration information to a server;
a second unit, configured to write the customized domain name and the configuration information into a database of the server;
a third unit, configured to obtain domain name resolution information from a DNS server;
a fourth unit for performing validity query according to the domain name resolution information,
if the domain name resolution information is legal, returning a corresponding legal value to the target user;
if the domain name resolution information is illegal, intercepting a domain name request corresponding to the user-defined domain name and displaying an illegal page to the target user.
In an alternative embodiment, the third unit is further configured to:
and realizing a request resolver based on Lua language, and acquiring domain name resolution information from a DNS (domain name server) through the request resolver.
In an alternative embodiment, the fourth unit is further configured to:
according to the domain name resolution information and domain name corresponding information prestored in a database of the server, legal inquiry is carried out, wherein the domain name corresponding information is used for indicating the corresponding relation between the domain name resolution information prestored in the database and a legal value;
if the domain name resolution information can be matched with the corresponding domain name resolution information in the domain name corresponding information, determining that the domain name resolution information is legal;
and if the domain name resolution information cannot be matched with the corresponding domain name resolution information in the domain name corresponding information, determining that the domain name resolution information is illegal.
In an alternative embodiment, the apparatus further includes a fifth unit, configured to:
and obtaining the cache information of the user-defined domain name and the configuration information based on the Lua language, and writing the cache information into a database of the server.
In an alternative embodiment, the apparatus further includes a sixth unit, configured to:
storing all domain name request information and server access information based on a preset information storage standard;
and generating corresponding access logs for the domain name request information and the server access information based on the log generation standard according to a preset log generation standard, and storing the access logs in a database of the server.
The disclosure provides a method for automatically configuring a custom domain name, which comprises the steps of obtaining the custom domain name and configuration information corresponding to the custom domain name, and sending the custom domain name and the configuration information to a server;
writing the user-defined domain name and the configuration information into a database of the server;
acquiring domain name resolution information from a DNS (domain name server);
carrying out legality query according to the domain name resolution information,
if the domain name resolution information is legal, returning a corresponding legal value to the target user;
and if the domain name resolution information is illegal, intercepting a domain name request corresponding to the user-defined domain name and displaying an illegal page to the target user.
The method for automatically configuring the user-defined domain name can automatically configure the user-defined domain name, does not need manual participation in the whole process, improves the efficiency and reduces the configuration complexity and the error rate.
Drawings
FIG. 1 is a schematic flow chart diagram illustrating a method for automatically configuring a custom domain name according to an embodiment of the present disclosure;
fig. 2 is a schematic structural diagram of a device for automatically configuring a custom domain name according to an embodiment of the present disclosure.
Detailed Description
To make the objects, technical solutions and advantages of the embodiments of the present disclosure more apparent, the technical solutions in the embodiments of the present disclosure will be described clearly and completely with reference to the drawings in the embodiments of the present disclosure, and it is obvious that the described embodiments are only a part of the embodiments of the present disclosure, not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments disclosed herein without making any creative effort, shall fall within the protection scope of the present disclosure.
The terms "first," "second," "third," "fourth," and the like in the description and in the claims of the present disclosure and in the drawings described above, if any, are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the disclosure described herein are capable of operation in sequences other than those illustrated or otherwise described herein.
It should be understood that, in various embodiments of the present disclosure, the sequence numbers of the processes do not mean the execution sequence, and the execution sequence of the processes should be determined by the functions and the inherent logic of the processes, and should not constitute any limitation on the implementation process of the embodiments of the present disclosure.
It should be understood that, in the present disclosure, "comprising" and "having" and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements explicitly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
It should be understood that in the present disclosure, "plurality" means two or more. "and/or" is merely an association describing an associated object, meaning that three relationships may exist, for example, and/or B, may mean: a exists alone, A and B exist simultaneously, and B exists alone. The character "/" generally indicates that the former and latter associated objects are in an "or" relationship. "comprising a, B and C", "comprising a, B, C" means that all three of a, B, C are comprised, "comprising a, B or C" means comprising one of three of a, B, C, "comprising a, B and/or C" means comprising any 1 or any 2 or 3 of three of a, B, C.
It should be understood that in this disclosure, "B corresponding to a", "a corresponds to B", or "B corresponds to a" means that B is associated with a, from which B can be determined. Determining B from a does not mean determining B from a alone, but may also be determined from a and/or other information. And the matching of A and B means that the similarity of A and B is greater than or equal to a preset threshold value.
As used herein, "if" may be interpreted as "at \8230; \8230when" or "when 8230; \8230when" or "in response to a determination" or "in response to a detection", depending on the context.
The technical solution of the present disclosure is explained in detail with specific examples below. The following several specific embodiments may be combined with each other, and details of the same or similar concepts or processes may not be repeated in some embodiments.
Fig. 1 schematically illustrates a flowchart of a method for automatically configuring a custom domain name according to an embodiment of the present disclosure, where as shown in fig. 1, the method includes:
step S101, obtaining a user-defined domain name and configuration information corresponding to the user-defined domain name, and sending the user-defined domain name and the configuration information to a server;
in the prior art, for each domain name configuration and record, each configuration is usually verified one by one in a manual manner. Specifically, when verifying the configuration information and/or the validity of the domain name, corresponding domain name configuration needs to be made at the proxy layer of the server, and the domain name needs to be put on record, so that the configuration process of the server is complicated, errors are easy to occur, and more operations exist.
In carrying out the present invention, the applicant has found that the prior art has at least the following problems:
because the configuration amount of the CDN domain name and the cloud manufacturer domain name is increasing, which can reach hundreds of thousands or even millions, if the configuration and/or the verification of legitimacy for each domain name is still performed manually, the time consumption is long, the efficiency is low, and the verification error rate is high.
According to the method for automatically configuring the user-defined domain name, the user-defined domain name and the configuration information corresponding to the user-defined domain name are obtained and sent to the server, the server is dynamically identified and legally and illegally accessed, and only one simple page operation is needed to realize comprehensive automatic configuration, so that the error probability is greatly reduced, the configuration complexity is reduced, and the efficiency can be greatly improved.
Step S102, writing the user-defined domain name and the configuration information into a database of the server;
illustratively, the database of the embodiment of the present disclosure may include a Remote Dictionary service (Redis Server) database, which is an open-source, log-type, key-Value database written in ANSI C language, supporting network, based on memory and persistent, and provides API for multiple languages.
In an optional implementation manner, after writing the customized domain name and the configuration information into the database of the server, the method further includes:
and obtaining the cache information of the user-defined domain name and the configuration information based on the Lua language, and writing the cache information into a database of the server.
Lua is a lightweight and small scripting language, which is written in a standard C language and is opened in a source code form, and is designed to be embedded in an application program, so that flexible extension and customized functions are provided for the application program.
In practical application, the configuration information is buffered by the lua to improve the data reading efficiency.
In an alternative embodiment, the method further comprises:
storing all domain name request information and server access information based on a preset information storage standard;
and generating corresponding access logs for the domain name request information and the server access information based on the log generation standard according to a preset log generation standard, and storing the access logs in a database of the server.
In the embodiment of the disclosure, in order to receive access information with a uniform format so as to extract target access information, before collecting all access information, a log generation standard may be formulated for a received access log according to an instruction input manually, and the log generation standard is sent to an online server, so that the online server generates and stores the access log according to the log generation standard, so as to ensure that all access information required for extracting the target access information is included in the access log.
The log generation criteria may include, but are not limited to, a log format (e.g., a uniform json data format), a log rollback mechanism (e.g., rollback over time or rollback over file size), and the like. Meanwhile, in order to reduce system load and save memory space and ensure stable operation, an information storage standard can be formulated for the received access information according to an artificially input instruction, and all the access information is stored based on the information storage standard. Wherein the information storage criteria may include, but is not limited to, log saving duration, upload data size limit, and the like.
Step S103, domain name resolution information is obtained from a DNS server;
illustratively, the server may identify the domain name information and automatically detect the resolution and determine whether the resolution is legitimate.
In an optional implementation manner, the method for obtaining domain name resolution information from a DNS server includes:
and realizing a request resolver based on Lua language, and acquiring domain name resolution information from a DNS (domain name server) through the request resolver.
The request resolver is realized through the lua, the input request of the user is supported to be resolved to obtain the domain name, the domain name is taken to the redis and the database to be subjected to legality query, and if the state of the domain name in the database is legal, a legal value is returned.
Step S104, carrying out legality inquiry according to the domain name resolution information,
if the domain name resolution information is legal, returning a corresponding legal value to the target user;
and if the domain name resolution information is illegal, intercepting a domain name request corresponding to the user-defined domain name and displaying an illegal page to the target user.
When the user binds the domain name to the configured server, the domain name is resolved and inquired and returned to a legal value through the resolver. According to the legal value, the illegal request is directly intercepted and displayed to the user at the proxy layer, and the request is not forwarded to the application server behind, so that the system safety can be greatly improved.
In an optional implementation manner, the method for performing validity query according to the domain name resolution information includes:
according to the domain name resolution information and domain name corresponding information prestored in a database of the server, legal inquiry is carried out, wherein the domain name corresponding information is used for indicating the corresponding relation between the domain name resolution information prestored in the database and a legal value;
if the domain name resolution information can be matched with the corresponding domain name resolution information in the domain name corresponding information, determining that the domain name resolution information is legal;
and if the domain name resolution information cannot be matched with the corresponding domain name resolution information in the domain name corresponding information, determining that the domain name resolution information is illegal.
The invention provides a method for automatically configuring a user-defined domain name, which comprises the steps of obtaining the user-defined domain name and configuration information corresponding to the user-defined domain name, and sending the user-defined domain name and the configuration information to a server;
writing the user-defined domain name and the configuration information into a database of the server;
identifying the user-defined domain name and the configuration information from the database, and acquiring domain name resolution information;
carrying out legality query according to the domain name resolution information,
if the domain name resolution information is legal, returning a corresponding legal value to a target user;
and if the domain name resolution information is illegal, intercepting a domain name request corresponding to the user-defined domain name and displaying an illegal page to the target user.
The method for automatically configuring the user-defined domain name can automatically configure the user-defined domain name, does not need manual participation in the whole process, improves the efficiency and reduces the configuration complexity and the error rate.
Fig. 2 schematically illustrates a structural diagram of an apparatus for automatically configuring a custom domain name according to an embodiment of the present disclosure, and as shown in fig. 2, the apparatus includes:
a first unit 21, configured to obtain a custom domain name and configuration information corresponding to the custom domain name, and send the custom domain name and the configuration information to a server;
a second unit 22, configured to write the customized domain name and the configuration information into a database of the server;
a third unit 23, configured to obtain domain name resolution information from a DNS server;
a fourth unit 24, configured to perform a validity query according to the domain name resolution information,
if the domain name resolution information is legal, returning a corresponding legal value to the target user;
if the domain name resolution information is illegal, intercepting a domain name request corresponding to the user-defined domain name and displaying an illegal page to the target user.
In an alternative embodiment, the third unit 23 is further configured to:
and realizing a request resolver based on Lua language, and acquiring domain name resolution information from a DNS (domain name server) through the request resolver.
In an alternative embodiment, the fourth unit 24 is further configured to:
according to the domain name resolution information and domain name corresponding information prestored in a database of the server, legal inquiry is carried out, wherein the domain name corresponding information is used for indicating the corresponding relation between the domain name resolution information prestored in the database and a legal value;
if the domain name resolution information can be matched with the corresponding domain name resolution information in the domain name corresponding information, determining that the domain name resolution information is legal;
and if the domain name resolution information cannot be matched with the corresponding domain name resolution information in the domain name corresponding information, determining that the domain name resolution information is illegal.
In an alternative embodiment, the apparatus further includes a fifth unit, configured to:
and obtaining the cache information of the user-defined domain name and the configuration information based on the Lua language, and writing the cache information into a database of the server.
In an alternative embodiment, the apparatus further includes a sixth unit configured to:
storing all domain name request information and server access information based on a preset information storage standard;
and generating a corresponding access log for the domain name request information and the server access information according to a preset log generation standard and based on the log generation standard, and storing the access log in a database of the server.
The present disclosure also provides a program product comprising execution instructions stored in a readable storage medium. The at least one processor of the device may read the execution instructions from the readable storage medium, and the execution of the execution instructions by the at least one processor causes the device to implement the methods provided by the various embodiments described above.
The readable storage medium may be a computer storage medium or a communication medium. Communication media includes any medium that facilitates transfer of a computer program from one place to another. Computer storage media can be any available media that can be accessed by a general purpose or special purpose computer. For example, a readable storage medium is coupled to a processor such that the processor can read information from, and write information to, the readable storage medium. Of course, the readable storage medium may also be an integral part of the processor. The processor and the readable storage medium may reside in an Application Specific Integrated Circuits (ASIC). Additionally, the ASIC may reside in user equipment. Of course, the processor and the readable storage medium may also reside as discrete components in a communication device. The readable storage medium may be a read-only memory (ROM), a random-access memory (RAM), a CD-ROM, a magnetic tape, a floppy disk, an optical data storage device, and the like.
In the embodiment of the terminal or the server, it should be understood that the Processor may be a Central Processing Unit (CPU), other general-purpose processors, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), and the like. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps of a method disclosed in connection with the present disclosure may be embodied directly in a hardware processor, or in a combination of the hardware and software modules within the processor.
Finally, it should be noted that: the above embodiments are only used for illustrating the technical solutions of the present disclosure, and not for limiting the same; while the present disclosure has been described in detail with reference to the foregoing embodiments, those of ordinary skill in the art will understand that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present disclosure.

Claims (8)

1. A method for automatically configuring a custom domain name, the method comprising:
acquiring a user-defined domain name and configuration information corresponding to the user-defined domain name, and sending the user-defined domain name and the configuration information to a server;
writing the user-defined domain name and the configuration information into a database of the server;
acquiring domain name resolution information from a DNS (domain name server);
carrying out legality query according to the domain name resolution information,
if the domain name resolution information is legal, returning a corresponding legal value to the target user;
if the domain name resolution information is illegal, intercepting a domain name request corresponding to the user-defined domain name and displaying an illegal page to the target user;
the method for acquiring domain name resolution information from the DNS comprises the following steps:
and realizing a request resolver based on Lua language, and acquiring domain name resolution information from a DNS (domain name server) through the request resolver.
2. The method according to claim 1, wherein the method for performing a validity query according to the domain name resolution information comprises:
according to the domain name resolution information and domain name corresponding information prestored in a database of the server, legal inquiry is carried out, wherein the domain name corresponding information is used for indicating the corresponding relation between the domain name resolution information prestored in the database and a legal value;
if the domain name resolution information can be matched with the corresponding domain name resolution information in the domain name corresponding information, determining that the domain name resolution information is legal;
and if the domain name resolution information cannot be matched with the corresponding domain name resolution information in the domain name corresponding information, determining that the domain name resolution information is illegal.
3. The method of automatically configuring a custom domain name according to claim 1, wherein after writing the custom domain name and the configuration information to the database of the server, the method further comprises:
and obtaining the cache information of the user-defined domain name and the configuration information based on the Lua language, and writing the cache information into a database of the server.
4. The method for automatically configuring a custom domain name according to claim 1, further comprising:
storing all domain name request information and server access information based on a preset information storage standard;
and generating a corresponding access log for the domain name request information and the server access information according to a preset log generation standard and based on the log generation standard, and storing the access log in a database of the server.
5. An apparatus for automatically configuring a custom domain name, the apparatus comprising:
the device comprises a first unit, a second unit and a third unit, wherein the first unit is used for acquiring a user-defined domain name and configuration information corresponding to the user-defined domain name and sending the user-defined domain name and the configuration information to a server;
a second unit, configured to write the customized domain name and the configuration information into a database of the server;
a third unit, configured to obtain domain name resolution information from a DNS server;
a fourth unit for performing validity query according to the domain name resolution information,
if the domain name resolution information is legal, returning a corresponding legal value to the target user;
if the domain name resolution information is illegal, intercepting a domain name request corresponding to the user-defined domain name and displaying an illegal page to the target user;
the third unit is further configured to:
and realizing a request resolver based on Lua language, and acquiring domain name resolution information from a DNS (domain name server) through the request resolver.
6. The apparatus for automatically configuring a custom domain name according to claim 5, wherein the fourth unit is further configured to:
according to the domain name resolution information and domain name corresponding information prestored in a database of the server, legal inquiry is carried out, wherein the domain name corresponding information is used for indicating the corresponding relation between the domain name resolution information prestored in the database and a legal value;
if the domain name resolution information can be matched with the corresponding domain name resolution information in the domain name corresponding information, determining that the domain name resolution information is legal;
and if the domain name resolution information cannot be matched with the corresponding domain name resolution information in the domain name corresponding information, determining that the domain name resolution information is illegal.
7. The apparatus for automatically configuring a custom domain name according to claim 5, further comprising a fifth unit configured to:
and obtaining the cache information of the user-defined domain name and the configuration information based on the Lua language, and writing the cache information into a database of the server.
8. The apparatus for automatically configuring a custom domain name according to claim 5, further comprising a sixth unit for:
storing all domain name request information and server access information based on a preset information storage standard;
and generating a corresponding access log for the domain name request information and the server access information according to a preset log generation standard and based on the log generation standard, and storing the access log in a database of the server.
CN202110697769.3A 2021-06-23 2021-06-23 Method and device for automatically configuring user-defined domain name Active CN113395370B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110697769.3A CN113395370B (en) 2021-06-23 2021-06-23 Method and device for automatically configuring user-defined domain name

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110697769.3A CN113395370B (en) 2021-06-23 2021-06-23 Method and device for automatically configuring user-defined domain name

Publications (2)

Publication Number Publication Date
CN113395370A CN113395370A (en) 2021-09-14
CN113395370B true CN113395370B (en) 2022-12-09

Family

ID=77623695

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110697769.3A Active CN113395370B (en) 2021-06-23 2021-06-23 Method and device for automatically configuring user-defined domain name

Country Status (1)

Country Link
CN (1) CN113395370B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102546632A (en) * 2012-01-09 2012-07-04 北京佳讯飞鸿电气股份有限公司 Automatic configuration method for network element equipment domain name of internet protocol (IP) multimedia subsystem
CN110061864A (en) * 2019-03-26 2019-07-26 网宿科技股份有限公司 A kind of method and system of domain name configuration automatic Verification
WO2020147396A1 (en) * 2019-01-17 2020-07-23 平安科技(深圳)有限公司 Method for dynamically configuring service domain name, device, apparatus, and storage medium

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1984155B (en) * 2005-12-15 2010-09-15 上海贝尔阿尔卡特股份有限公司 Method for configuring domain name in IPv6 access network and its network equipment
US9769273B2 (en) * 2014-08-22 2017-09-19 Go Daddy Operating Company, LLC System and method for automatic configuration of domain names for third party services
CN106161669A (en) * 2015-04-28 2016-11-23 阿里巴巴集团控股有限公司 A kind of quick domain name analytic method and system and terminal thereof and server

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102546632A (en) * 2012-01-09 2012-07-04 北京佳讯飞鸿电气股份有限公司 Automatic configuration method for network element equipment domain name of internet protocol (IP) multimedia subsystem
WO2020147396A1 (en) * 2019-01-17 2020-07-23 平安科技(深圳)有限公司 Method for dynamically configuring service domain name, device, apparatus, and storage medium
CN110061864A (en) * 2019-03-26 2019-07-26 网宿科技股份有限公司 A kind of method and system of domain name configuration automatic Verification

Also Published As

Publication number Publication date
CN113395370A (en) 2021-09-14

Similar Documents

Publication Publication Date Title
CN109688202B (en) Interface data processing method and device, computing equipment and storage medium
WO2019184120A1 (en) Account management method and apparatus, terminal device, and storage medium
CN107993106B (en) Electronic invoice generation method and device
CN110990365A (en) Data synchronization method, device, server and storage medium
CN110750433A (en) Interface test method and device
CN109871408B (en) Multi-type database adaptation method, device, electronic equipment and storage medium
CN113395370B (en) Method and device for automatically configuring user-defined domain name
CN111581098A (en) Interface data transfer storage method, device, server and storage medium
CN112015766A (en) Data processing method and device based on pipelining and data processing system
CN112948733B (en) Interface maintenance method, device, computing equipment and medium
CN110427745B (en) Verification code obtaining method and device, electronic equipment and computer readable medium
CN110287087B (en) Method and device for detecting application
CN113191844A (en) Product recommendation method and device based on anonymous user online operation and electronic equipment
CN111400623A (en) Method and apparatus for searching information
KR101737575B1 (en) Method and device for verifying data based on sql sentences generated automatically
CN111800409A (en) Interface attack detection method and device
US8321844B2 (en) Providing registration of a communication
CN111240948A (en) Experience data processing method and device, computer equipment and storage medium
CN111367703A (en) Troubleshooting method and device
CN108073638B (en) Data diagnosis method and device
CN112671574B (en) Front-end and back-end joint debugging method and device, proxy equipment and storage medium
CN109525630B (en) Method, apparatus, medium, and electronic device for transmitting data analysis request
US20190279122A1 (en) System for obtaining and distributing validated information regarding a live performance
CN105959261A (en) Service monitoring method and device executed in proxy server and proxy server
CN108509455B (en) Data table processing method and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant