-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add connect method to set destination server. #56
Conversation
catch { | ||
Write-Error "Nvm is not installed, install it manually to continue." | ||
} | ||
# try { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
در Pull Request کد کامنت شده نداشته باشیم
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is not resolve
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why remove nvm installation?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
به نظر بنده آماده است.
Description = "Target Server Address" } | ||
} | ||
} | ||
Url = "http://resaa.net/", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
resaa.net?!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Passive aggressive comment :D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please resolve Url value
string requestUriString = request.RequestUri.ToString(); | ||
Uri newUri = new Uri(requestUriString); | ||
string host = newUri.Host; | ||
string finalUrl = requestUriString.Replace(host,serverAddress); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add space after ,
….com/BSVN/IpTables.Api into feature/add-connect-method-with-file
Description = "Target Server Address" } | ||
} | ||
} | ||
Url = "http://resaa.net/", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please resolve Url value
…when-serveraddress-is-empty-in-module.cs
…when-serveraddress-is-empty-in-module.cs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I checked changes, they are OK.
submit final version of connection method in cmdlet 2023-12-16
fixes #34