Showing wrong ip when using !ip

As above, it show wrong ip when using !ip command, it does not detect fo ip, is it possible to set ip manually in config?

What IP do you have set on your server startup or cfg and Oxide's config file for web?

In my server startup I have correct ip (fo), nothing about IP in myoxide config.
When server start I get in console correct IP as well : (11:55:08) | IP address from command-line: xxx.xx.xx.xxx

My oxide config:

{
"Options": {
"Modded": true,
"PluginWatchers": true,
"DefaultGroups": {
"Players": "default",
"Administrators": "admin"
}
},
"OxideConsole": {
"Enabled": true,
"MinimalistMode": true,
"ShowStatusBar": true
},
"OxideRcon": {
"Enabled": false,
"Port": 25580,
"Password": "",
"ChatPrefix": "[Server Console]"
}
}