Spondoolies-Tech / minepeon

Miner UI
GNU General Public License v2.0
0 stars 3 forks source link

Verify that P&P script indeed sends correct WAN ip #34

Closed SyRenity closed 10 years ago

SyRenity commented 10 years ago

Verify this indeed the WAN IP:

get wan ip

wan_ip(){ wan_ip=ifconfig | grep -A1 wan0 | awk '/inet/{print $2}' | cut -c 6- if [ -z "$wan_ip" ]; then wan_ip="NA" fi }

syounger commented 10 years ago

You need to check the database.

SyRenity commented 10 years ago

Worked fine for me during yesterday tests.

On Mon, Mar 31, 2014 at 10:10 AM, syounger notifications@github.com wrote:

You need to check the database.

Reply to this email directly or view it on GitHubhttps://github.com/Spondoolies-Tech/minepeon/issues/34#issuecomment-39059192 .