Skip to content

Commit

Permalink
2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Immueggpain authored and Immueggpain committed Dec 29, 2020
1 parent e07e232 commit 050ec12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>com.github.immueggpain</groupId>
<artifactId>smartproxy</artifactId>
<version>2.0.5</version>
<version>2.0.6</version>

<name>smartproxy</name>
<url>https://github.com/Immueggpain/forwardproto</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ else if (oldtarget.equals(target)) {
excepRules.put(".taiwandao.tw", "direct");
excepRules.put(".unagi-cn.amazon.com", "direct");
excepRules.put(".render-api-cn.worldofwarcraft.com", "direct");
excepRules.put(".forums.mihoyo.com", "proxy");
}

/** some domains are exceptions as they differ from parent domains. */
Expand Down

0 comments on commit 050ec12

Please sign in to comment.