Skip to content

Commit

Permalink
update README file
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyYe committed Nov 9, 2024
1 parent 479cded commit 2dabcd3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
- [Network interface IP address](#network-interface-ip-address)
- [SOCKS5 proxy support](#socks5-proxy-support)
- [Display debug info](#display-debug-info)
- [Obtain IP from RouterOS](#obtain-ip-from-router-os)
- [Multiple API URLs](#multiple-api-urls)
- [Recommended APIs](#recommended-apis)
- [Web Panel](#web-panel)
Expand Down Expand Up @@ -1071,6 +1072,20 @@ You can make all remote calls go through a [SOCKS5 proxy](https://en.wikipedia.o
"use_proxy": true
```
#### Obtain IP from Router OS
If you want to get the public IP from a Mikrotik RouterOS device, you can use the following configuration:
```json
"mikrotik": {
"enabled": false,
"server": "http://192.168.88.1",
"username": "admin",
"password": "password",
"interface": "pppoe-out"
}
```
#### Display debug info
To display debug info, set `debug_info` as `true` to enable this feature. By default, the debug info is disabled.
Expand Down

0 comments on commit 2dabcd3

Please sign in to comment.