mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 01:43:25 +00:00
Get the hostname reolution code working again
Fix option -A (use_all_a_records)
This commit is contained in:
parent
4fdfb00f9f
commit
be0ff95430
3 changed files with 46 additions and 29 deletions
|
@ -79,6 +79,8 @@ Readonly::Hash my %default_config => {
|
|||
menu_send_autotearoff => 0,
|
||||
menu_host_autotearoff => 0,
|
||||
|
||||
use_all_a_records => 0,
|
||||
|
||||
send_menu_xml_file => $ENV{HOME} . '/.csshrc_send_menu',
|
||||
|
||||
# other bits inheritted from App::ClusterSSH::Base
|
||||
|
@ -477,6 +479,7 @@ terminal_reserve_top=5
|
|||
terminal_size=80x24
|
||||
terminal_title_opt=-T
|
||||
unmap_on_redraw=no
|
||||
use_all_a_records=0
|
||||
use_hotkeys=yes
|
||||
window_tiling=yes
|
||||
window_tiling_direction=right
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue