mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-07-09 02:58:41 +02:00
Add 'sshuttle --hostwatch' subcommand.
This tries to discover local hostnames and prints them to stdout. Will be used by the server for auto-hostname tracking.
This commit is contained in:
@ -16,6 +16,10 @@ def debug2(s):
|
||||
if verbose >= 2:
|
||||
log(s)
|
||||
|
||||
def debug3(s):
|
||||
if verbose >= 3:
|
||||
log(s)
|
||||
|
||||
|
||||
class Fatal(Exception):
|
||||
pass
|
||||
|
Reference in New Issue
Block a user