write access list to proxy host config
This commit is contained in:
@ -49,6 +49,10 @@ class AccessListClient extends Model {
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
get rule() {
|
||||
return `${this.directive} ${this.address}`;
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = AccessListClient;
|
||||
|
Reference in New Issue
Block a user