Skip to content

Commit

Permalink
Update built-in host
Browse files Browse the repository at this point in the history
修改内置host
  • Loading branch information
jiangtian616 committed Apr 17, 2024
1 parent e001a9d commit 2711988
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/setting/network_setting.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ class NetworkSetting {
static RxInt receiveTimeout = 6000.obs;

static RxString eHentaiIP = '172.67.2.238'.obs;
static RxString exHentaiIP = '172.67.187.219'.obs;
static RxString exHentaiIP = '178.175.129.254'.obs;
static RxString upldIP = '94.100.18.249'.obs;
static RxString apiIP = '178.162.147.246'.obs;
static RxString forumsIP = '172.67.2.238'.obs;

static const Map<String, List<String>> host2IPs = {
'e-hentai.org': ['172.67.2.238', '104.20.18.168', '104.20.19.168'],
'exhentai.org': ['172.67.187.219', '104.21.56.202'],
'exhentai.org': ['178.175.129.254', '178.175.132.20', '178.175.132.22', '178.175.128.252', '178.175.128.254', '178.175.129.252'],
'upld.e-hentai.org': ['94.100.18.249', '94.100.18.247'],
'api.e-hentai.org': ['178.162.147.246', '81.171.10.55', '178.162.139.18', '37.48.89.16'],
'forums.e-hentai.org': ['172.67.2.238', '104.20.18.168', '104.20.19.168'],
Expand Down

0 comments on commit 2711988

Please sign in to comment.