diff options
| author | lijie <[email protected]> | 2019-01-22 22:47:55 +0800 |
|---|---|---|
| committer | lijie <[email protected]> | 2019-01-22 22:47:55 +0800 |
| commit | 75f6f2e2237a9e1254d3d14f945ddba7c8dc5b81 (patch) | |
| tree | 0be97ba3b93ee037237f1f4fb0a42772b3e27846 /src/mrl_main.cpp | |
| parent | 8fd0a24f86624b3c985038e60887b32e41b0559e (diff) | |
修改ip location问题,修复删除dnat_policy时nominee_count计数错误v2.0.2
Diffstat (limited to 'src/mrl_main.cpp')
| -rw-r--r-- | src/mrl_main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mrl_main.cpp b/src/mrl_main.cpp index ebad461..40ad9d4 100644 --- a/src/mrl_main.cpp +++ b/src/mrl_main.cpp @@ -185,7 +185,7 @@ extern "C" int mrl_init(void) mrl_socket_init();
- mrl_mmdb_init("./mrl_conf/all_ip_only_coun_v4.mmdb");
+ mrl_mmdb_init("./mrl_conf/Kazakhstan_v4.mmdb");
mrl_instance.ht_link_identity = mrl_htable_init((void *)ht_link_identity_free_cb);
|
