From de3b47bd60a098c88084b2e1008fb776311af59b Mon Sep 17 00:00:00 2001 From: fritzprix Date: Fri, 26 Apr 2019 15:00:36 +0900 Subject: [PATCH] init commit --- .idea/compiler.xml | 13 + .idea/encodings.xml | 4 + .idea/misc.xml | 14 + .idea/uiDesigner.xml | 124 ++++++++ .idea/workspace.xml | 286 ++++++++++++++++++ pom.xml | 123 ++++++++ robustdns.iml | 2 + .../doodream/robustdns/RobustDnsResolver.java | 67 ++++ 8 files changed, 633 insertions(+) create mode 100644 .idea/compiler.xml create mode 100644 .idea/encodings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/uiDesigner.xml create mode 100644 .idea/workspace.xml create mode 100644 pom.xml create mode 100644 robustdns.iml create mode 100644 src/main/java/com/doodream/robustdns/RobustDnsResolver.java diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..aa899e4 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..15a15b2 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..4b661a5 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,14 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/uiDesigner.xml b/.idea/uiDesigner.xml new file mode 100644 index 0000000..e96534f --- /dev/null +++ b/.idea/uiDesigner.xml @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..d128cd0 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,286 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +