implement graceful shutdown in sslocal; close #179
This commit is contained in:
parent
a6b8a5eef9
commit
fdb3a36170
2 changed files with 8 additions and 1 deletions
|
@ -24,13 +24,13 @@
|
|||
import sys
|
||||
import os
|
||||
import logging
|
||||
import signal
|
||||
import utils
|
||||
import encrypt
|
||||
import eventloop
|
||||
import tcprelay
|
||||
import udprelay
|
||||
import asyncdns
|
||||
import signal
|
||||
|
||||
|
||||
def main():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue