Skip to content

Commit ab698e5

Browse files
committed
docs(readme): enhance network protocol support and testing
- Add `proxy_protocol` option to the README with possible values `tcp`, `tcp4`, `tcp6` and default `tcp` Signed-off-by: appleboy <[email protected]>
1 parent 703ffa3 commit ab698e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ See [action.yml](./action.yml) for more detailed information.
3535
| fingerprint | SHA256 fingerprint of the host public key | |
3636
| proxy_host | SSH proxy host | |
3737
| proxy_port | SSH proxy port | 22 |
38+
| proxy_protocol | SSH proxy protocol version (tcp, tcp4, tcp6) | tcp |
3839
| proxy_username | SSH proxy username | |
3940
| proxy_password | SSH proxy password | |
4041
| proxy_passphrase | SSH proxy key passphrase | |

0 commit comments

Comments
 (0)